Code::Blocks Forums
User forums => Help => Topic started by: northsirius on November 01, 2008, 09:01:14 pm
-
I finished wxwidgets by following guide from http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef#Download_wxWidgets
Then create the simplest WX project, compiling is ok but link failed with error:
||=== MyWX2, Release ===|
ld.exe||cannot find -lwxmsw28_core|
||=== Build finished: 1 errors, 0 warnings ===|
I check the wxwidgets installation folder and do not see wxmsw28_core.a existing, anyone can help on this ?
Thanks
-
You forgot to check the monolithic box when running the project wizard.