problem with opengl

im using VC++ 2008 and i found this tut that gives source code and explains it.
this is the code with the problem:

#include <GL/glut.h>

when i try to compile this error comes up:

could not find header "glut.h"

so i surch the internet for glut.h and downloaded it. it came with a lib and a dll. i poined the compiler to where i put the header and edited the headder to find the lib. it compiles fine but when i run it a message box comes up and says something like this:
 
could not find glut32.dll reinstalling the application may fix the problem


do i ave to install something? how can i make this work?

thanks in advnced.
Last edited on
Put the dll to WINDOWS\system32 folder.
Last edited on
Topic archived. No new replies allowed.