ok I got gl&glut! how do I get it all working with VC++6.0

How do i get everything to work with vc++6.0
Ive got glut and opengl1.1 I want to know where do i put everthing.

Thank you everyone!!!

Put the headers into MSVC++'s GL include directory, and the library files into the MSVC++'s lib directory. That’s it.

…and the glut32.dll can you put in your windows\system directory.

Good luck!

Yep, that too.