I\'m trying to use GLFW on a project, but when I compile it, I get a lot of undefined reference errors, while many of them is on the library file (libglfw.a). I tried both,
The error I got is
undefined reference to `__imp_glfwInit'
fixed the problem after I change to glfw-3.3.2.bin.WIN64 (64 bit glfw)