Author Topic: wxWindows Project Compiling Error "ld.exe cannot find -lwxmsw"  (Read 9027 times)

haramrapsultana

  • Guest
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.

grv575

  • Guest
Re: wxWindows Project Compiling Error "ld.exe cannot find -lwxmsw"
« Reply #1 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.