Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: fancyivan on June 08, 2010, 11:46:55 AM

Title: need mingwm10.dll after compiled my project by using C::B10.05 ?
Post by: fancyivan on June 08, 2010, 11:46:55 AM
hello guys:
 i'm a newbie at C::B.
 my dev environment: win server 2003, C::B 10.05, wxWidgets2.8.11 (using static link), mingw32

 i just created a GUI project(wxwdiget) as usual (do not check 'use wxwidgets dll'), but after i compiled it, i can't run it, it seems that it need the mingwm10.dll.
 but there is no problem when i use C::B 8.02.

 may be i need to change some settings in C::B 10.05 ?

 thanks.
Title: Re: need mingwm10.dll after compiled my project by using C::B10.05 ?
Post by: fancyivan on June 08, 2010, 11:58:33 AM
ah, it seems that C::B 10.05 add the linking option '-mthread' by default.