|
From: John L. <jla...@gm...> - 2007-08-01 17:33:16
|
On 8/1/07, Andre <ar...@ki...> wrote: > John Labenski <jlabenski@...> 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 |