Help me with opengl

Hi i tried to run an opengl file in ‘Microsoft Visual C++ 6.0’ but i keep getting the error message “This application has failed to start because glut32.dll was not found. Re-installing the application may fix this problem.”

Any suggestions to why this is?
thanks

This happens because a library file, glut32.dll is missing ^^ You can donwload it though and put into your applications folder (or into windows\system32). Google for glut or freeglut, there will be free downloads.