OpenGL 1.4 download

Hi,

I’m developping under MSVC 6.0.

I’ve searched patch, update or anything to compile my project using OpenGL1.4.
I’m searching the GL/gl.h and opengl32.lib files.

If anyone could tell me how to find them, it would perfect.

Thanks
BeNours

There are no libraries for anything above OpenGL 1.1 (on windows at least). But on the other hand, you don’t need. Just load the function pointers yourself instead of letting an import library do it for you. Search for tutorials on how to handle extensions, and then treat any function in OpenGL 1.2 and above as an extension.

EDIT: Forgot, you can at least download a header with constants and function pointer definitions at the extension registry .

[This message has been edited by Bob (edited 07-20-2003).]