Static link of glfw3 library fails for me

Mike Parker aldacron at gmail.com
Sun Jul 26 10:43:55 UTC 2020


On Sunday, 26 July 2020 at 08:28:29 UTC, John Burton wrote:

> versions "BindGLFW_Static"
> libs "glfw3"
> lflags "-L..\\work\\3rdparty\\lib"
>
>

And by the way, you're going to need to link more libs than glfw3 
for a static link. You'll need all of its dependencies, as well 
(OpenGL32.lib, gdi32.lib, etc).


More information about the Digitalmars-d-learn mailing list