Download from GLFW
Download the 32-bit version
Download the 32-bit version

The file structure after decompression is as follows:
Copy the GLFW folder in include to VC/include in the VS installation directory
If you are using VS2013, copy the lib file from lib-vc2013 to VC/lib in the VS2013 installation directory
Then copy the DLL file from lib-vc2013 to system32 or system64
When writing a program, properties in the project ->; The linker – & gt; Input – & gt; Add glfw3.lib to the attached dependencies
#pragma comment(lib, “glfw3.lib”)
If it fails to start at runtime, then copy the DLL file in lib-vc2013 to the Debug/Release folder
Read More:
- Construction of vs2015 OpenGL configuration environment
- Configuration of OpenGL development environment under Windows environment, win10 + vs2019 + glfw + glad
- Solve the problem of VC6.0 open crash and OpenGL glut32.lib library
- The first time I write OpenGL program, what should I do when I encounter “can’t open include file:” GL / glaux. H “: no such file or directory”?
- Clion MinGW super fast configuration OpenGL development environment
- Vs configuration of OpenGL development environment: configuration of glfw library and glad Library
- Configuring glfw library and glad Library in opengl-vs2015
- Visual studio 2019 + OpenGL environment configuration
- Vs2015 OpenGL environment configuration
- Vs2015 configuring OpenGL development environment: configuration of glfw library and glad Library
- Vs2013 + glfw + glew configure OpenGL development environment
- (64 bit) OpenGL configuration + vs2017 + glew + glfw
- Solution to the problem that OpenGL can’t find glew32.dll in vs2019
- OpenGL class library and environment configuration under win10 and vs2015
- OpenGL, such as glad library and glfw library, is incompatible
- OpenGL configuration file, as well as unable to parse the file solution
- How to solve the problem of “unable to open include file:” graphics. H “: no such file or directory”
- [VTK] vtk8.2.0 + vs2015 + win10 compilation and configuration
- OpenGL program running prompt glut32.dll missing problem
- OpenGL environment configuration under VS2010 / vs2012 / vs2015