Graphics

I have been trying to program in graphics using OpenGL. I found a pretty good tutorial at this site:

https://sites.google.com/site/programmingcomputergraphics/setting-up-opengl-with-vs

Everything works fine until I put the code on the website into the program. When I run the program, the desired result seems to come up, but it is prevented by a pop-up saying "This application has failed to start because glut32.dll was not found. Re-installing the application may fix the problem."
I downloaded the glut file from this site:

http://user.xmission.com/~nate/glut.html

I put all the files in that folder in
C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib. Any Suggestions?

Thanks in advance.
Last edited on
Are you running a 64bit machine perhaps?
Nope. 32 bit.
My glu32.dll and glut32.dll are in my system32 folder. I would guess that you can also put the dll in the same folder as the exe.
So put glu and glut in system32 instead of Lib?
Topic archived. No new replies allowed.