|
From: John L. <jla...@gm...> - 2008-01-15 18:59:46
|
On Jan 15, 2008 12:50 PM, Leslie Newell <les...@fm...> wrote:
> 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.
Please show me the compile line just before the error message.
I see in modules/build/msw/makefile.vc that if the wxbindgl module is
built that the wxWidgets gl library should be linked to it. Search for
__WXLIB_GL_NAME_p in that file, what is going wrong? Do you have
mismatched release/debug and/or ansi/unicode values between the
wxWidgets libs and the wxLua you're trying to build?
Thanks,
John
|