Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: yaoguoxing on April 27, 2011, 08:00:50 pm

Title: 'cannot find -lwxmsw28ud' for codeblocks with wxwidgets
Post by: yaoguoxing on April 27, 2011, 08:00:50 pm
It is my first time to use wxwidgets under codeblocks

http://wiki.wxwidgets.org/CodeBlocks_Setup_Guide is my references.

wxwidgets2.8.12+codeblocks10.05+latest version of MinGW+windows xp

I did as above, pressed F9 and got all the same problems as well.

One is 'cannot find -lwxmsw28ud'

I just wonder how to deal with it??

Best,
Title: Re: 'cannot find -lwxmsw28ud' for codeblocks with wxwidgets
Post by: stahta01 on April 27, 2011, 08:29:59 pm
1. Compiler wxWidgets using the debug build.
2. Do not tell CB to use the wx debug flag.

Using one of the above options.

Tim S.