Missing wxGLApp() in wxWidgets3/gtk2
Vadim Zeitlin
vadim at wxwidgets.org
Tue Feb 5 16:27:18 PST 2008
On Tue, 05 Feb 2008 23:15:19 +0100 Frode Roxrud Gill <frodegill_nntp at gill-roxrud.dyndns.org> wrote:
FRG> Just tried to check out the latest greatest from svn, and compile my apps
FRG> against it. Almost everything works ok,
Please let us know about the things which don't work, especially
Unicode-changes related.
FRG> but I get a linker error because wxGLApp() is not found. wxGLApp is
FRG> declared in glcanvas.h, but it seems like most of the class, but not
FRG> wxGLApp(), is implemented in unix/glx11.h. Should wxGLApp() also be
FRG> implemented in this file, should it be implemented somewhere else, or
FRG> am I missing something?
No, it seems it was just forgotten, sorry. Added a trivial ctor
implementation now, thanks for reporting this!
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list