OpenGL Compile Errors

Originally posted by nukem:
I was looking up docs for glXGetProcAddress and I couldnt find any on this site or google. Does anyone know were I can find some good docs and/or examples?

May I plug GLEW here? http://glew.sf.net/

I also looked in GL/glx.h and saw this

[quote]

/* GLX 1.4 and later */
extern void (*glXGetProcAddress(const GLubyte *procname))(void);

Does that mean this will only work with OpenGL 1.4 and later?[/QUOTE]

GLEW solves that, too. And your original problem. And the problem you posted about later. :slight_smile:

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.