Could not link with glfw on windows

Thank you for your help,
indeed, the issue was in GLFW build options for visual studio(mircosoft cl compiler), I have added /MT option to specifically tell compiler to use the multithread, static version of the run-time library (still don’t know exactly what does it mean). I guess, in that build version dll “holes” for windows standrad library has been included in GLFW static library file, which resolved the missing external symbols problem.
Hope, now, everything would work as expected :sweat_smile: