versaille123
Programmer
I am trying to compile some code (in C++ called Asteroids, available at planet-source-code.com) which makes use of OpenGL graphics, but I get a linking error, and don't know how to resolve this.
I have installed the pre-compiled GL files such as glut.h, glut32.lib, glut32.dll into their proper directories, and the "Asteroids" program compiles fine. The only problem is a linking error which says "unresolved external symbol, <some function name>@<some number>" I don't know how to handle linking errors, can someone help me understand why linking errors like this occur, and how to fix it? A simple explanation will do.
I have installed the pre-compiled GL files such as glut.h, glut32.lib, glut32.dll into their proper directories, and the "Asteroids" program compiles fine. The only problem is a linking error which says "unresolved external symbol, <some function name>@<some number>" I don't know how to handle linking errors, can someone help me understand why linking errors like this occur, and how to fix it? A simple explanation will do.