News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

MinGW Dependency

Started by Mayler, May 02, 2007, 08:46:50 PM

Previous topic - Next topic

Mayler

Code::Blocks uses Exceptions in Threads? Because it appears it's the only dependency the mingwm10.dll requires...
In my Qt programs I edited the qmake.conf ( file that generate makefile parts ) and deleted all occurrences of -mthreads command. With this i dont need mingwm10.dll anymore, because i dont use exceptions in my program. With my static building of Qt, I can deploy one executable dont depending it. I dont know  wxWidgets handlethis... But here is the tip.  :D