How to download old OpenGL?

Sorry guys I fixed the problem! thanks

Can you tell me how you fix the problem?Now I was faced with the same problem.Thanks!

You cannot download OpenGL - OpenGL is not software, it’s a specification. The corresponding software implementing OpenGL is part of a vendor-specific graphics card driver package like AMDs Catalyst. Check this out.

I want to download gl.h,glu.h,glut.h and so on.But I can’t find!

i am a new user.i like to ask how to download opengl

Assuming that you’re using Windows, the DLLs are already installed as part of the OS and the ICD will be installed along with the video drivers.

If you need to compile C/C++ programs which use OpenGL, you need the header files. The compiler will probably provide gl.h and glu.h, but you may need glext.h and/or wglext.h for features added after OpenGL 1.1. You can get up to date versions of those headers here.

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