Direlect3 with Mono-D

Roderick Gibson kniteli at gmail.com
Sun Apr 21 21:25:58 PDT 2013


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


More information about the Digitalmars-d-learn mailing list