ERROR LNK 2019 on Visual Studio

Hey guys,

someone know this error ?

Iā€™m pretty sure this is because you are using different Visual Studio version from the one that was used to build your glfw.lib file. Get the latest glfw source and rebuild glfw with same Visual Studio you are using to build your code. Or if you want to use prebuilt binaries make sure you take one that matches your VS version.

2 Likes