DLL Problem With GLUT Under Win32

When I execute my program that uses GLUT it gives me an error that says, “The procedure entry point__glutInitWithExit could not be located in the dynamic link library glut32.dll.” And yes, I have the DLL in the directory of my program AND in the system folder. Any ideas would be appreciated thanks

An old dll I expect. Go get the latest versions. Sounds like a mismatch somewhere with .h, .lib and the .dll
http://www.xmission.com/~nate/glut.html

Rob.