News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

compiler error -- ld.exe||cannot find -lwxmsw28ud|

Started by blue orb, November 03, 2011, 08:49:00 PM

Previous topic - Next topic

blue orb

i am nearly almost there... but when i compile a wxWidgets project, i get this compiler error - ld.exe||cannot find -lwxmsw28ud| - everything else seems ok. i have googled it, but cannot find a solution.

ld.exe||cannot find -lwxmsw28ud|
||=== Build finished: 1 errors, 0 warnings ===|



thanks

zabzonk

But didn't you say that this was working? What have you changed?

blue orb

i thought it was solved... i ran the compiler and a gui/dialog box opened. thinking it was solved, i posted to say it was. but, that dialog box isn't the design that i put together. when i compile my project, i always get that pre-made dialog box. that compiler message has now gone, but, i still get the pre-made dialog box when i build the project.

zabzonk

Well, that's a programming issue - nothing to do with Code::Blocks. You need to read up on how to design and implement wxWidget applications, but questions like this are off-topic here, I'm afraid.

blue orb

it is now solved!! i had to delete two gui objects at the top of the design window. i am now okay!

alexbour

have the same errorld||cannot find -lwx_gtk2u-3.1| Despite the fact, that I specified local path for wx-config, c::b uses /usr/bin/wx-config! totally ignoring my settings for the project.