How to set up glut with VC++ 6.0

Hi!
I’ve just downloaded the glut-3.7_dills and I don’t know how to set it up. I have the glut32.lib, glut32.dll and glut.h but i don’t know which one goes where? -Help!

thanx

You can specify the path of the lib, inc and dll in you’r VC++ 6.0 project …

If you have some trouble to do it, go to the nehe tutorial http://nehe.gamedev.net/opengl.asp

Or you can go to the nate’s site: http://nate.scuzzy.net/

Hope it will help

I found the following tutorial pertty good http://www.fatech.com/tech/opengl/glut/index.php3

tah