"unresolved external symbol" with NeHe's tuts
Could someone help me??
The file compiles OK, but then I got all those errors like:
MAIN.OBJ : error LNK2001: unresolved external symbol _gluSphere@20
MAIN.OBJ : error LNK2001: unresolved external symbol __imp__glColor3f@12
MAIN.OBJ : error LNK2001: unresolved external symbol __imp__glMateriali@12
MAIN.OBJ : error LNK2001: unresolved external symbol
Why the linker has so much trouble???
Thanks for answering.
Roming22
Test my Pool Game: http://wwwetu.utc.fr/~arnaudro/ (billard.zip) Sorry, it''s in French !!!
include the library opengl32.lib and glu32.lib in your project.
thats the usual cause of those errors.
| - Project-X - my mega project.. big things comming soon - | - adDeath - an ad blocker I made - | - email me - |
[edited by - RipTorn on January 12, 2003 8:21:27 PM]
thats the usual cause of those errors.
| - Project-X - my mega project.. big things comming soon - | - adDeath - an ad blocker I made - | - email me - |
[edited by - RipTorn on January 12, 2003 8:21:27 PM]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement