How/Where to get Glut.h ?

I am a 1st time user of Opengl. I am using Win2k and I managed to locate Gl.h and Glu.h but could not find Glut.h on my system. I tried to download opengl95.exe self extracting file and still could not find Glut.h !! Please help …any tips for a beginner??

Originally posted by gmra:
I am a 1st time user of Opengl. I am using Win2k and I managed to locate Gl.h and Glu.h but could not find Glut.h on my system. I tried to download opengl95.exe self extracting file and still could not find Glut.h !! Please help …any tips for a beginner??

You need to download GLUT on your own.
Go to homepage and click on FAQs, you should find the GLUT…

Originally posted by Coconut:
[b] You need to download GLUT on your own.
Go to homepage and click on FAQs, you should find the GLUT…

[/b]

Thanks a lot for your help. I have downloaded GLUT from the indicated site in FAQs. I unzipped glut 3.7 file and found the glut.h header file but could not find the other 2 files needed under MS Visual C++ ver 6, namely: glut32.lib and glut32.dll
Do you have a suggestion for getting these 2 files? Thanks for you help once more.

[This message has been edited by gmra (edited 01-17-2002).]

This site should help you.
http://lahs.losalamos.k12.nm.us/departments/computers/opengl/Libraries.html

Thanks a lot for all of you who helped abobve.
I have the needded files and will try to write my 1st application under MS VC++ or VB.
Again thank you all