glext

I need to use opengl extensions. I substituted my glext.h file in /System/Library/Frameworks/Opengl.framework/Headers with the glext .h file from opengl.org.
Now there are some conflicts between glext.h and gl.h.
GLintptr has a previous declaration as typedef long int GLintptr.
Any ideas?

Just use the system glext.h. If it’s not in there, it’s not supported.

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