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).