Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: the4 on September 16, 2008, 08:30:02 pm
-
i am a new one for c::b
when i building a test program with WxWinget ,i have a problem like subject;i compiling Wxwinget with "mingw32-make -f makefile.gcc MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=release"and"mingw32-make -f makefile.gcc MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=debug
" how i should do?
--------------------------------------------------------------------------------
OS: winXP SP2
Compiler: mingw 5.1.4
IDE: Code::Blocks 8.02
wxMSW: 2.8.8
-
Add the directory containing libwxmsw28ud.a to the linker search paths. It may help to read the wxWindowsQuickRef (http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef).
-
Thank you!