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:
- Vs configuration of OpenGL development environment: configuration of glfw library and glad Library
- (64 bit) OpenGL configuration + vs2017 + glew + glfw
- Simple configuration of glfw + glad in vs2015 OpenGL development environment
- Vs2015 configuring OpenGL development environment: configuration of glfw library and glad Library
- Configuration of OpenGL development environment under Windows environment, win10 + vs2019 + glfw + glad
- Vs2015 configuring OpenGL (glfw Library)
- Vs2013 + glfw + glew configure OpenGL development environment
- Vs2015 configuring OpenGL (glfw, glew)
- Configure OpenGL development environment (glfw3 + glad) once and for all with visual studio
- The tutorial and difference of glew, glfw, glad and freeglut
- Configuring glfw library and glad Library in opengl-vs2015
- OpenGL, such as glad library and glfw library, is incompatible
- Methods of exporting configuration and importing configuration in IntelliJ idea
- Configuration error in mybatis configuration file
- After modifying the Tomcat configuration file in development, the modified configuration file will be automatically restored after ecplise starts Tomcat
- Git command line configuration and configuration file to solve clone error libressl_ connect: SSL_ ERROR_ SYSCALL in connection to github. com:443
- Construction of vs2015 OpenGL configuration environment
- Vs2015 OpenGL environment configuration
- Visual studio 2019 + OpenGL environment configuration
- [VTK] vtk8.2.0 + vs2015 + win10 compilation and configuration