error

Started by
3 comments, last by mr2071 22 years, 1 month ago
Was wondering if anyone could help me out with this link error. I''m pretty new to this stuff. error LNK2001: unresolved external symbol ___glutInitWithExit@12 error LNK2001: unresolved external symbol ___glutCreateWindowWithExit@8 error LNK2001: unresolved external symbol ___glutCreateMenuWithExit@8
Advertisement
It sounds like you have glut.h included but you aren''t linking with the glut library files.
You''re not linking to the glut library file. You need to do this. Simply adding the file to your project will suffice.

Death of one is a tragedy, death of a million is just a statistic.
If at first you don't succeed, redefine success.
Nevermind.. I had an extra glut.dll and glut.lib in project folder
Thanks for the replies

This topic is closed to new replies.

Advertisement