News:

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

Main Menu

Problem with wxWidgets and Debug-Target

Started by oliver1974, December 03, 2007, 01:44:16 AM

Previous topic - Next topic

oliver1974

Hello,

after a lot of struggling I finally managed to get Code::Blocks + wxWidgets 2.8
up-and-running on a vista box here... oh my..

(It was sheer terror... while it's quite easy on a XP Box, Vista has multiple issues with
MinGW, its paths and other stuff.. took me hours to find out everything.)

One thing that is still problematical is the "debug-Mode".
It compiles without warning, but when I execute I get:

"Mismatch between the program and library build versions detected.
The library used 2.8 (debug, Unicode,compiler with C++ ABI 1002, wx
containers, compatible with 2.6)
and your program used 2.8 (no debug, Unicode, compiler with C++
ABI 1002, wx containers, compatible with 2.6)."

Hmm, but I DID start my application in the "Debug" configuration, so I still
don't know what to do.

By the way, the "Release" variant works fine!