News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

wxWidgets 2.8.10 debug configuration error

Started by blue orb, November 04, 2011, 08:12:45 PM

Previous topic - Next topic

blue orb

firstly, wxPack v2.8.12.01 works fine with a new wxWidgets project = everything is ok.

but wxsmith projects won't compile = lots of compiler errors.

i want to use conventional wxWidgets, rather than wxPack.

if i try to use conventional wxWidgets, 2.8.10 or whatever version, i get a matching debug configuration can't be found in the wxWidgets directory you specified error...

can anyone help?

thanks.

stahta01

Compile wxWidgets using your Compiler and the correct build options.
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]

blue orb

thanks for the quick reply :)

how do i compile wxWidgets?

zabzonk

The compilation errors are not caused by wxPack - they are caused by you not knowing what you are doing. Building wxWidgets is quite difficult, and won't in any case solve your problems. You need to learn how codeblocks works, by building some simple, non-gui applications. As I have pointed out several times, you need to specify where the wxWidgets headers and libraries are - hint: Project|Build Options.

blue orb

it's more "hello world" stuff, then?

i have done quite a lot of console stuff = system ("cls"); etc.

externs in headers are also done...

thing is, if you don't ask you do not get!