I've been working on a project with opengl, but whenever I try to compile it says that I have an unresolved external
ex/ terrain1.obj : error LNK2001: unresolved external symbol _glutMouseFunc
I have added the libraries in the
project->settings->link->object/library modules location, but it still won't compile, can anyone tell me a way to fix this?
TIA
ex/ terrain1.obj : error LNK2001: unresolved external symbol _glutMouseFunc
I have added the libraries in the
project->settings->link->object/library modules location, but it still won't compile, can anyone tell me a way to fix this?
TIA