GLUT problems

Started by
2 comments, last by branhield 22 years, 2 months ago
i compile and there are no errors...but when i try to execute my program i get this error: "The program is linked to export, glut32.dll:glutEnterGameMode() which does not exist" i have included all the headers needed and linked to the libs...what is wrong?
Advertisement
What version of GLUT are you using? glutEnterGameMode wasn''t added until 3.7, so check that first.
im using glut37.....

Are you sure you''re using the right DLL and import LIB?
It sounds like mismatched LIB and DLL. Maybe an older
DLL.
神はサイコロを振らない!

This topic is closed to new replies.

Advertisement