Using GLFW with D

dimitar243 wrote on Saturday, April 14, 2012:

I have this code: http://paste.bradleygill.com/index.php?paste_id=367091.
I’m building my app with this command:
dmd example derelictutil.lib derelictglfw3.lib derelictgl3.lib, it compiles fine, no errors. But when i start the executable i’m getting the following error:
Failed to load one or more shared libraries:
glfw.dll - The specified module could not be found.

I have this .dll file but don’t know where to put it. Could anyone help me
with that? Since now i have been programming only in C#/.NET so i’m not
familiar with those things and there’s no information on the net or i just
couldn’t find it.