Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Mayler on May 02, 2007, 08:46:50 pm
-
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