glut

where do we download the glut libraries from??

Try here:
http://www.opengl.org/resources/libraries/glut.html

maybe you can help me with my problem.
I copied:
glut32.dll in c:\windows\system
and
glu32.dll in c:\windows\system32
This works at the windows machine where I work on right now and also on my laptop where I sometimes run my programs. But simply copy the file’s doesn’t work on every pc. Can you explain why this does not work.

greating Peter

both should be in %SystemRoot%\system32

>> But simply copy the file’s doesn’t work on every pc. Can you explain why this does not work.

No we can’t explain because you don’t tell what does not work : does windows complain about a missing .dll ? which one ? etc

I’m sorry.
The program does not start. The following error occured:

The application failed to initialize properly (0xc0000022). Click on OK to terminate the application.

I moved the dll to \system32 map. Run my program with administrator rights. This works, but running the program with restricted owner rights this error occurs again.