On Monday, 22 April 2013 at 04:25:59 UTC, Roderick Gibson wrote:
On Sunday, 21 April 2013 at 19:49:14 UTC, Dementor561 wrote:
Well, sorta. When I add import derelict.glfw3.glfw3; it says the library could not be resolved... Do I need to add something to the library somewhere?

Any library you use you have to add to the project linker settings. Derelict3 separates them into separate libraries so you aren't forced to include the entire thing if you don't need some pieces. Here's the include for glfw:

http://imgur.com/xv4jesK

Thanks!

Reply via email to