On 8/1/07, Andre <[EMAIL PROTECTED]> wrote:
> John Labenski <[EMAIL PROTECTED]> writes:
>
> >
> > We link to the wxWidgets GL library since there was a user that was
> > using it. Does dev studio (mingw right?) not allow you to compile the
> > wxWidgets GL library or did you not compile it yourself?
> >
> I use version 7
>
> this library does not compile for window

I think you need to edit wxWidgets/include/wx/msw/setup.h and set
wxUSE_OPENGL 1.

Either that or just remove the lib in the build file.

Unfortunately there's no easy way to allow people to pick and choose
the libs to link to. The code can use #if statements, but there's
nothing equivalent for the linker command.

-John Labenski

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to