Langhole
07-04-2007 15:53:11
Well.. I'm down to a total of 2 linker errors that I've spent the past 4 hours straight trying to fix (while trying not to pull out... too much hair)
I get:
which doesn't make ANY sense to me because I compiled GLFW myself, copied the .dll and the .lib to appropriate directories, set them up in the project properties etc.
All that's done, and I STILL get these 2 errors
is there possibly another GLFW that i'm missing? ( i doubt it ), or possibly ANY other GL library i'm missing? I'm at a complete loss here, the internet doesn't seem to help much in this case...
[edit] Just so nobody asks: I compiled (both MY project, AND GLFW), in 'release' like I have been for a while now, all the debug info is there, but I can't compile to even get that far
I get:
Renderer_OpenGL.lib(Renderer_OpenGL.obj) : error LNK2001: unresolved external symbol _glfwExtensionSupported
Renderer_OpenGL.lib(OGL_FBO.obj) : error LNK2001: unresolved external symbol _glfwGetProcAddresswhich doesn't make ANY sense to me because I compiled GLFW myself, copied the .dll and the .lib to appropriate directories, set them up in the project properties etc.
All that's done, and I STILL get these 2 errors
[edit] Just so nobody asks: I compiled (both MY project, AND GLFW), in 'release' like I have been for a while now, all the debug info is there, but I can't compile to even get that far