From: Kenneth B. R. <kbr...@al...> - 2002-02-03 03:09:15
|
> How do I disable the GLINFO output when an application > starts? > > I read in changes.txt for 2.8.2.0 that I had to avoid the > debug flag. What does this mean? Where do I set these flags? > Does it mean I have to recompile the gl4java DLLs that was > installed on my machine. There are a few public static (bad) boolean flags in GLContext: gljClassDebug, gljThreadDebug, gljNativeDebug. It looks like the GLINFO messages are output when gljNativeDebug is set to true. Your application is probably doing this somewhere during its initialization. |