VC++ openGl

I need the exact URL do download the whole openGL kit required for programming under VC. please do not tell main URL but the exact URL.

For getting started with OpenGL go to http://www.opengl.org/resources/faq/getting_started.html.

The OpenGL header file should be part of the VC++ installation. If you want OpenGL 1.2 or later extensions go to http://oss.sgi.com/projects/ogl-sample/registry and download glext.h and wglext.h into the same directory as gl.h.

If you want to use GLUT (verses Win32 or MFC), can download from http://www.xmission.com/~nate/glut.html.

Good luck.

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