Laurent Veilleux wrote: > When I set debug and release configuration in cmake and I try to > compile in debug mode in vs2005 wxArt2d complains that I'am trying to > build in debug mode with a lib configured in release mode ??
I don't understand how you set debug and release?? wxWidgest makes this impossible. So you must generate release and debug as seperate builds. I myself configure in a seperate build directory the release version by setting option wxWidgets_USE_DEBUG off. > > => > THIS_IS_A_RELEASE_CONFIGURATION_AND_YOU_ARE_DOING_A_DEBUG_BUILD Once you have generated with/using the release version libraries of wxWidgets, you need to set the VC configuration to release (default setting is debug), this is why you get the above. In VC6 this menu->build->set active configuration, if you set this for the top target is will be used for all. > > How to use the release and debug build? NOT! Klaas -- Unclassified ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Wxart2d-users_dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev
