Author Topic: Problem with wxWidgets and Debug-Target  (Read 2621 times)

Offline oliver1974

  • Single posting newcomer
  • *
  • Posts: 5
Problem with wxWidgets and Debug-Target
« on: December 03, 2007, 01:44:16 am »
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!