wxOnExceptionInMainloop?

Vadim Zeitlin vadim at wxwindows.org
Thu Nov 2 03:20:56 PST 2006


On Thu, 02 Nov 2006 04:28:06 +0100 "c.Kleinhuis" <trifox at digitalgott.de> wrote:

c> i just tried out the debug mode of my project, and i stumbled upon a new 
c> linker problem
c> 
c> unresolved external symbol "public: virtual void __thiscall 
c> wxAppConsole::HandleEvent(class wxEvtHandler *,void (__thiscall 
c> wxEvtHandler::*)(class wxEvent &),class wxEvent &)const " 
c> (?HandleEvent at wxAppConsole@@
c> 
c> unresolved external symbol "public: virtual bool __thiscall 
c> wxApp::OnExceptionInMainLoop(void)"

 You probably built the library with wxUSE_EXCEPTIONS == 0 and your own
code with wxUSE_EXCEPTIONS == 1. You must use the same options (same
setup.h) for building wx and your code.

 Regards,
VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/





More information about the wx-users mailing list