Help with some files

Hello,
I just bought a book on OpenGL and there was a cd included, but on 2 of the examples when i try to start them a error comes up saying a required DLL, GLUT32.DLL was not found. So i searched the internet and found the files, but where do i put it. Or am i going about this wrong, shoud i download something, like some sort of magic glut program or something.

Thanks for the help,
Dan

You need to put GLUT32.DLL in:

  1. the same folder as the program you were writing

-or-

  1. your WINDOZE\SYSTEM directory, along with all the other DLLs.