Creating a debug build

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
Tony0945
Earned some good credits
Earned some good credits
Posts: 105
Joined: Wed Oct 21, 2009 4:02 pm

Creating a debug build

Post by Tony0945 »

I would like to step into the wxMSW code for debugging. Under Tools->Compiler Options->wxwidgets if I check "Debug Build" I get this error "cannot find -lwxmsw29ud" and this error "cannot find -lwxmsw29ud_gl" when building the executable. Obviously, I need to build the libraries with the debug option, but I don't know how to do this. I am using the MINGW compiler supplied by version 7.4.2
Post Reply