Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Gnomoron

Pages: [1]
1
Thanks for the explanation. I meant the compiler license, because I use its binary files...   

2
Hello everyone!

I have a problem with the -static-libgcc and -static-libstdc++ falgs. I use dynamic linking for SFML libraries. After compilation, the program warns that the files libgcc_s_dw2-1.dll, libstdc++-6.dll and libwinpthread-1.dll are missing. Copying file data from the compiler directory to the executable file directory solves this problem. But I had a few questions:

1.) Is it possible to use dynamic linking for SFML, but static linking for libgcc and libstdc++? It may be possible to manually compile libraries with special parameters for this?

2.) If this is not possible, will it not violate the license that the libgcc_s_dw2-1.dll, libstdc++-6.dll and libwinpthread-1.dll files are supplied with the binary executable? The question is probably stupid, but I still doubt it.

Thanks in advance for your reply.

P.S.: Sorry for bad English.

3
General / Re: SFML, Code::Blocks 20.03 and mingw-32
« on: May 07, 2020, 10:03:41 am »
Thanks! I installed the necessary versions of MinGW and it worked.

4
General / SFML, Code::Blocks 20.03 and mingw-32
« on: May 05, 2020, 03:20:14 pm »
Hello everyone!

I installed Code::Blocks 20.03 and configured the mingw-w64 (to compile a 64-bit version of the application) and mingw-32 (to compile a 32-bit version of the application) compilers for it manually. After that I downloaded the SFML 2.5.1 binaries for mingw-32 (GCC 7.3.0 MinGW (DW2) - 32-bit) and mingw-w64 (GCC 7.3.0 MinGW (SEH) - 64-bit) and configured the appropriate build targets (win32-debug, win32-release, win64-debug, win64-release; SFML is used with dynamic linking). Using both variants of compilers and libraries, compilation of the project is completed successfully. All build options are launched from the IDE, but when I launch the 32-bit version of the application with a simple double click, the application warns that libgcc_s_dw2-1.dll is missing. I tried to just add this library to the directory with the executable file, but got the error 0xc000007b. Please help me. Thank you in advance.

Pages: [1]
anything