Advertisement

Help me please!

Started by January 23, 2003 11:24 PM
1 comment, last by pinchg 22 years, 1 month ago
Okay - this is my senior project and i''m too stressed out to figure this out any more. I had everythign running fine on my computer in visual C++ .net when i had some computer problems and decided to format my computer and start everythign over. I reinstalled everything as it was before, except now when i try and compile my opengl project, i get an error box stating "The procedure entry point __glutInitWithExit could not be located in the dynamic link library glut32.dll" . I''m too spent in my head to figure this out at this point and any help would be useful. Thanks Mike
Are you sure you have an updated version of the dll? If this isn''t the case then you probably forgot to include a library or header with the entry point.
Advertisement
Make sure the version of your glut.dll, glut.h, glut.lib, glut32.dll and glut32.lib are the same.

This topic is closed to new replies.

Advertisement