having trouble installing opengl

Started by
1 comment, last by rpstaekwondo 16 years, 2 months ago
ok, I am trying to install openGl to visual c++ 2008 express edition, I HAVE searched the web for installation guides, but none of the guides seemed to have worked with visual studios 2008, and are designed for visual studios 6.0, i have downloaded glut-3.7.6-bin, and i would like to know what i am supposed to do next with the files, as in what folders to put them in. Also, if it makes a difference, i am using windows vista as an operating system.
Advertisement
You shouldn't need to install openGL. MSVC should come with "gl/gl.h" pre-installed.

Glut is a separate issue. You can extract it wherever you like, such as in the same place that all the rest of your project's code lives.
oh, thanks, i didn't know that

This topic is closed to new replies.

Advertisement