Advertisement

Visual C++ Errors

Started by April 01, 2003 04:09 AM
1 comment, last by torcida 21 years, 11 months ago
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.
you probably haven''t included glut''s libraries to your project.

use #pragma comment (lib, "YOUR_GLUT_LIBRARY.lib"
Advertisement
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