I installed openGL acording to instructions from a book, but when I try to run the first (downloaded) example program I get an alert saying:
"Program can't start because glut32.dll is missing"
However glut32.dll is right where the book says it should be (Windows\System32). I'm thinking it might have something to do with the fact that I don't save my projects in the default VC++ projects folder?
The only difference from the book instructions is that I put the glut.h header file into C:\Program Files(x86)\... instead of C:\Program Files\...