Visual C++ Errors
Hi, I hope someone can help me. When compling my program in visual C++, it keeps coming up with these 3 errors:
unresolved external symbol ___glutInitWithExit@12
unresolved external symbol ___glutCreateWindowWithExit@8
unresolved external symbol ___glutCreateMenuWithExit@8
I have no idea how to fix it please anyone help.
Thanks heaps.
April 01, 2003 04:52 AM
you probably haven''t included glut''s libraries to your project.
use #pragma comment (lib, "YOUR_GLUT_LIBRARY.lib"
use #pragma comment (lib, "YOUR_GLUT_LIBRARY.lib"

April 01, 2003 10:26 AM
I have the same problem and even when I put #pragma in my code it''s still the same... "unresolved external symbol"
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement