News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

[solved] codeblocks 13.12 & wxWidgets 3.0 config, ld.exe cannot find -lwxmsw30u?

Started by imduke, February 28, 2014, 07:32:25 AM

Previous topic - Next topic

stahta01

Quote from: TeMaToS on February 09, 2024, 05:51:53 PM
I had similar issue and spent a loooot of time to fix it and the answer was not found I was able to figure that out by myself.
The issue was related to usage of MinGW inside CodeBlocks folder when compiling project and for compiling wxWidgets I was used MinGW that was installed separately.
Hope that at least it will help someone with similar issue.

Also it is possible that newer/older version of MinGW is incompatible.

Mixing different C++ Compilers in C++ projects tend to fail most of the time; wxWidget is an C++ library.
For reason, research C++ name mangling and C++ ABI Application Binary Interface.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]