Prev: Problems with Debug DLL Libraries - Unreachable Code Assertertion - wxDummyConsoleApp
Next: wxSizer to expand a window
From: =?ISO-8859-9?Q?Nusret_Ta=FE=E7=FD?= on 18 Aug 2006 06:47 > I finally found the problem. MSVC++ was defining _DEBUG. In wx/debug.h, > if _DEBUG is defined it automatically defines __WXDEBUG__ MSVC++ implicitly defines _DEBUG, if you build with Runtime library: Multi-threaded Debug DLL (/MDd) or Multi-threaded Debug (/MTd). Nusi --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org |