OpenGL for Windows 7 ( MS VC++ 10 )

How can i get OpenGL for windows 7( MS VC++ 10 ) ? is there a specific version..? and also how can i link it ?
The Windows SDK comes with a version.
???
What helios is saying is that if you install the Windows SDK from Microsoft, it will come with the "OpenGL.h" header file to include in your program, and the "OpenGL.lib" import library to link to.

"OpenGL.dll" should be on your computer anyway if you have a suitable graphics processor and driver; you don't need to anything with that.
Last edited on
I found this just now...and it worked....!!

http://www.cs.uiowa.edu/~cwyman/classes/common/howto/winGLUT.html

thanks alot guyz :)
Topic archived. No new replies allowed.