Author Topic: wxWidgets 2.8.10 debug configuration error  (Read 3337 times)

Offline blue orb

  • Multiple posting newcomer
  • *
  • Posts: 25
wxWidgets 2.8.10 debug configuration error
« on: November 04, 2011, 08:12:45 pm »
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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: wxWidgets 2.8.10 debug configuration error
« Reply #1 on: November 04, 2011, 08:23:16 pm »
Compile wxWidgets using your Compiler and the correct build options.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline blue orb

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: wxWidgets 2.8.10 debug configuration error
« Reply #2 on: November 04, 2011, 08:26:08 pm »
thanks for the quick reply :)

how do i compile wxWidgets?

zabzonk

  • Guest
Re: wxWidgets 2.8.10 debug configuration error
« Reply #3 on: November 04, 2011, 08:27:21 pm »
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.

Offline blue orb

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: wxWidgets 2.8.10 debug configuration error
« Reply #4 on: November 04, 2011, 09:27:48 pm »
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!