On Jan 15, 2008 12:50 PM, Leslie Newell <[EMAIL PROTECTED]> 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
> [EMAIL PROTECTED]@@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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to