Download question

Hello,

I’m in a computer graphics class that is programming in C and makes use of OpenGL. I’m kinda new to OpenGL and all of this, so I was wondering if I could get some help getting things set up. I’m using Microsoft Visual C++ 6.0 to do my coding, and I’m also running Win98. The template file that I’m working with #includes a glut.h file. I read that Win98 ships with OpenGL but I can’t find it, and I’m wondering what I should download and what steps I should take to make it work with Visual C++.

Any help would be appreciated. Thanks.

make sure that you have opengl32.lib (or opengl.lib) linked, as for the procedure calls i suggest you either buy an openGL book or visit this link —> http://www.opengl.org/Documentation/Documentation.html

it has both info on OpenGL and GLUT

Download the glut ( gl utility ) from
http://reality.sgi.com/mjk/glut3/glut3.html
Unzip the glut.h in your VC/include/gl and glut32.dll in your windows/system directory