Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== C++ Development ====== ===== MinGW ===== To compile with MinGW, without having to include the dll when delivering a binary, add the following flags to project properties --> C/C++ Build --> Settings --> Miscellaneous --> Linker flags<code> -static-libgcc -static-libstdc++ </code> If you do not do this, the windows user will see an error dialog with "The program can't start because libgcc_s_dw2-1.dll is missing from your computer. Try reinstalling the program to fix this problem." docs/eclipse/c_development.txt Last modified: 2013/03/12 17:15by billh