_glutInitWithExit

I was getting a “The Procedure entry point _glutCreateWindowWithExit could not be located in the dynamic link library glut32.dll”… I read some other posts, and made sure i had the same versions of the .dll and the .lib… Now they are the same, and instead of that error, i get the same thing, except with “_glutInitWithExit”… Any help Please??
Thanks!
Dan

Add this line at the top of glut.h

#define GLUT_DISABLE_ATEXIT_HACK

re-compile…