hypernewbie: directories

someone send me some files (.c) for testing
but the headers refers to “gl\glut.h”
theres not such file in visual c++…
how can i set the visual c++ for run openGL?

please send me to davmed@cantv.net

thanks for aby response…

The GLUT - GL Utility Library (pronounced like GLUT-tony ) is not part of the standard OpenGL libraries that comes with Visual C++ it’s an extension Util Library . . . You need to d’load the headers and *.lib files from the GLUT website . . The windows verions is here:
http://www.xmission.com/~nate/glut.html

There is also the source there with a some example programs but it’s slightly larger . . .

Enjoy

[This message has been edited by Ebola (edited 08-26-2000).]