VC++ 6.0 LNK2001 Error - Please help!

Started by
1 comment, last by sckoobs 23 years, 2 months ago
I recently formatted my hard drive and had to install everything again. After trying to build an OpenGL project in VC++ 6.0 it keeps giving me the "error LNK2001: unresolved external symbol" message, I''ve looked at the help files and am totally stumped, its a desparate situation... gl.h, glaux.h and glu.h are all linked and my directories are set up... "Please help Obi-wan your my only hope!" Max
Advertisement
You''re supposed to link the opengl32.lib glu32.lib and glaux.lib files, not the gl.h, glu.h and glaux.h header files.
==========================================In a team, you either lead, follow or GET OUT OF THE WAY.
Errr?

I don''t think thats right - but major thanks for replying anyway. Anyone else got any ideas???

Max

This topic is closed to new replies.

Advertisement