Code::Blocks Forums

User forums => Help => Topic started by: haramrapsultana on August 10, 2005, 09:12:06 am

Title: wxWindows Project Compiling Error "ld.exe cannot find -lwxmsw"
Post by: haramrapsultana on August 10, 2005, 09:12:06 am
After the installation of codeblocks I installed wxWindows (and some other libs witch were required to install wxW : zlib,...), from New Project I made a wxWidgets project, without modifying I get the error : "ld.exe                cannot find -lwxmsw" when compiling.
Title: Re: wxWindows Project Compiling Error "ld.exe cannot find -lwxmsw"
Post by: grv575 on August 10, 2005, 11:02:13 am
http://wiki.codeblocks.org/index.php/Compiling_wxWidgets_2.6.1_to_develop_Code::Blocks_%28MSW%29#Building_wxWidgets_2.6.1_mingw32_.26_vc.2B.2B_toolkit_2003

I just renamed the WX lib files since changing the linker setting each time you create a new WX project is cumbersome. 
Maybe CB should use the WX_VER environment variable again to solve this.