Lindley
March 10th, 2008, 11:00 AM
I have a program which is hanging on an OpenGL setup call when I spawn it from another process using CreateProcess, but behaving just fine when I start it normally. Any idea what might be wrong?
The specific call is
config = gdk_gl_config_new_by_mode (GdkGLConfigMode(GDK_GL_MODE_RGB | GDK_GL_MODE_DOUBLE));
using GtkGLExt.
The specific call is
config = gdk_gl_config_new_by_mode (GdkGLConfigMode(GDK_GL_MODE_RGB | GDK_GL_MODE_DOUBLE));
using GtkGLExt.