Linker issues

An Enigma is before me.

I am getting 31 typical linker message in Visual C++ (express):
1>main.obj : error LNK2019: unresolved external symbol _glEnd referenced in function “void __cdecl drawCube(void)” (?drawCube@@YAXXZ)

This is a program I have compiled before with a different compiler. I have taken care to add opengl32.lib glu32.lib and glut32.lib as “additional dependencies.” I have also verified that it is finding the lib files (located in prog files/MS SDK/Windows/v6…/lib

I have also done a dumpbin on the lib files to be sure the symbols are exported there.

What is the problem here?!

HERE

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.