Derelict GLFW3 glfw3.dll error
extrawurst via Digitalmars-d
digitalmars-d at puremagic.com
Fri Nov 27 14:48:33 PST 2015
On Friday, 27 November 2015 at 18:37:13 UTC, Alexander wrote:
> import std.stdio;
>
> import derelict.opengl3.gl3;
> import derelict.glfw3.glfw3;
> pragma(lib,
> "C:\\Users\\Alexander\\AppData\\Roaming\\dub\\packages\\derelict-gl3-1.0.17\\lib\\DerelictGL3");
> pragma(lib,
> "C:\\Users\\Alexander\\AppData\\Roaming\\dub\\packages\\derelict-glfw3-master\\lib\\DerelictGLFW3");
> pragma(lib,
> "C:\\Users\\Alexander\\AppData\\Roaming\\dub\\packages\\derelict-util-2.0.4\\lib\\DerelictUtil");
>
> [...]
Did you download the glfw binaries from here:
http://www.glfw.org/ and put the DLL right where dub runs the
program ?
--Stephan
More information about the Digitalmars-d
mailing list