User forums > Help

Linker Errors

<< < (4/4)

stahta01:
I think the Visual C++ Express Editions do not have the debug libraries/DLLs. So, try to only do release builds or research the issue using Google.

Tim S

uelkfr:
Thank, you. I have found problem. This wxWidgets wizard in CodeBlocks links wrong library wxmsw28u.lib, which in debug version should be wxmsw28ud.lib.

Fix:
Project > Build Options... > Linker Settings > Link Libraries: i have changed wxmsw28u.lib to wxmsw28ud.lib and now it works fine

Now I'm looking solution for other issue. I don't want to return to MinGW, because it doesnt support spaces in paths e.g. C:\Program Files\, but I need some debugger. I will go now googling CDB debugger :)

Biplab:

--- Quote from: uelkfr on June 15, 2008, 02:24:36 pm ---9) unchecked "Use __WXDEBUG__ and Debug wxWidgets lib" (GCC Only), Debug Target "GUI Mode Application", Release Target "GUI Mode Application"

--- End quote ---

Please note the words in Red colour. That option is meant for GCC; not for any other compiler. It's clearly written there.

Navigation

[0] Message Index

[*] Previous page

Go to full version