Horde3D http://www.horde3d.org/forums/ |
|
_glfw errors surring sample compile. http://www.horde3d.org/forums/viewtopic.php?f=2&t=592 |
Page 1 of 1 |
Author: | ulao [ 01.01.2009, 21:12 ] |
Post subject: | _glfw errors surring sample compile. |
Hello all, new to horde Like what I see so far! I'm using vs2005 and added my paths to libs and headers but get "main.obj : error LNK2019: unresolved external symbol _glfw...." errors. Do I need a specific linker setting? |
Author: | Volker [ 01.01.2009, 21:48 ] |
Post subject: | Re: _glfw errors surring sample compile. |
You probably don't link against the GLFW library, do you? |
Author: | ulao [ 01.01.2009, 23:20 ] |
Post subject: | Re: _glfw errors surring sample compile. |
Not sure what you mean, but GLFW.lib is in the lib's and the path is included. I was getting error GLFW.lib not found but adding it to my path surly fixed that. |
Author: | Mikmacer [ 01.01.2009, 23:39 ] |
Post subject: | Re: _glfw errors surring sample compile. |
Make sure you added this line before adding the include for glfw: Code: #define GLFW_DLL I had similar problems, but I found that I had to define this. |
Author: | ulao [ 01.01.2009, 23:46 ] |
Post subject: | Re: _glfw errors surring sample compile. |
Yeah funny I found a similar suggestion on that net. A bit of a different syntax ( function like ) It didnt help but this did thx!!! |
Page 1 of 1 | All times are UTC + 1 hour |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |