entry point not found in glut32.dll

I’m just beginning my learning of C++ and OGL and was looking for some interesting programs to learn from on the internet. I have found a couple now that after I got them to compile, I try to run them and get the following error message:
“The procedure entry point __glutCreateWindowWithExit could not be located in the dynamic link library glut32.dll.”
I’m not sure at all how to fix this. I’m using MS VC++ 6

Hi,

You’ve a older version for Glut. Try to download the last release and it will be OK.