Divide Overflow
08-22-2000, 02:01 AM
I can't get the multitexturing to work, I figured I've got it on my voodoo3 http://www.opengl.org/discussion_boards/ubb/smile.gif My testprogram gets stuck when it asks for the string length of extensions.
char *extensions=(char *)glGetStringGL_EXTENSIONS);
int len=strlen(extensions);
It seems the extensions returns a NULL pointer. Any help would be appreciated
--> Divide Overflow
"A wise man may look ridiculous in the company of fools."
char *extensions=(char *)glGetStringGL_EXTENSIONS);
int len=strlen(extensions);
It seems the extensions returns a NULL pointer. Any help would be appreciated
--> Divide Overflow
"A wise man may look ridiculous in the company of fools."