GLUT lib

I am a new user, and I am running Visual C++ 6.0 environment and I am having trouble setting up the environment to call the GLUT library. I am sure at least one has gone trough this problem. I have downloaded the library but do not know how to install it or where to place cause when I run my code I get a “fatal error”.
Your help will be appreciate it.
Thanks. Rigo

Place the glut.h in the folder C:\Program Files\Microsoft Visual Studio\VC98\Include

Place the glut.lib in the folder C:\Program Files\Microsoft Visual Studio\VC98\Lib

And in your compiled program folder place the glut32.dll in it.