News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

wxWidgets 2.6.2??

Started by rowck001, November 08, 2005, 12:53:20 PM

Previous topic - Next topic

rowck001

Hi

I have spent a frustrating afternoon trying to get wxWindows to compile and use in code::blocks.

No matter what command-line I use - I cannot generate a release version ie. wxmsw.lib instead of wxmswd.lib!

Does nayone know what command-line to use to compile wxwidgets? NOT THE DLL VERSION - the static library

Trying to compile an application in codeblocks with the debug version just gives link errors:

....... free already defined in LIBCVT.LIB blah, blah blah.....

selecting any combination of multi/single thread debug compiler option does not help at all!!

kisoft

Quote from: rowck001 on November 08, 2005, 12:53:20 PM
No matter what command-line I use - I cannot generate a release version ie. wxmsw.lib instead of wxmswd.lib!
...
....... free already defined in LIBCVT.LIB blah, blah blah.....

selecting any combination of multi/single thread debug compiler option does not help at all!!

May be try: make clean
before compile. Already old files.
Very similar.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]