Library debug builds will have the suffix "d" in their names in MSW, for example. wxmsw30ud_core.libThis is the debug version of the main library, and the wxmsw30u_core.librelease version (note the missing "d").
To solve your problem, you must create or load debug library assemblies. How to do this exactly depends on how / where you got the release builds.
source
share