opengl files missing

i am using visual c++ for coding. my programs compile but when i try to run the program it says the file glut32.dll is missing

Download GLUT from the internet and place the GLUT32.DLL in your Windows\system directory (you can also place it in the directory you work in).

cu
Tom

[This message has been edited by Tom78 (edited 10-25-2003).]

thank you alot