|
From: Leslie N. <les...@fm...> - 2008-01-15 17:50:12
|
Thank John. That fixed it. I now get a bunch of unresolved externals, all related to OpenGl. For example: wxbindgl_dll_wxgl_gl.obj : error LNK2001: unresolved external symbol "public: vi rtual class wxClassInfo * __thiscall wxGLContext::GetClassInfo(void)const " (?Ge tClassInfo@wxGLContext@@UBEPAVwxClassInfo@@XZ) I have OpenGl enabled in wx. Les John Labenski wrote: > > Change the top of modules/wxbind/wxcore_wxlcore.cpp to > > // This lua tag is defined in bindings > extern WXDLLIMPEXP_DATA_BINDWXCORE(int) g_wxluatype_wxLuaPrintout; > > Committed to CVS. > > Regards, > John > > |