Hi, i'm working on a project that's supposed to draw 3D plots. So i have a header file that includes gl.h and glu.h which reside in vc98\include directory.
But i get link errors such as :
OpenGL.obj : error LNK2001: unresolved external symbol __imp__glEnable@4
And same error for the rest of the functions defined in gl.h and glu.h.
Do you have any ideas to overcome this problem?
Thanks in advance.
But i get link errors such as :
OpenGL.obj : error LNK2001: unresolved external symbol __imp__glEnable@4
And same error for the rest of the functions defined in gl.h and glu.h.
Do you have any ideas to overcome this problem?
Thanks in advance.