1, Put DLL file: C:\Windows\ SYSWOW64
Or C: \ Windows \ windows32
2, lib and h: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\
The lib is placed in the lib folder.
H is placed in the GL folder in Include, which needs to be created.
Download address: https://files-cdn.cnblogs.com/files/inku/opengl%E6%96%87%E4%BB%B6.zip
= = = = = = = = = = = =
Find VC\Tools\MSVC\. Where it’s not bold, it’s different for everyone. Enterprise is the VS version.
Lib: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\ Lib \x86
H: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\ Include \ GL
= = = = = = = = = = = =
Possible exceptions:
1. Unable to find glut32.dll. Use another path for step 1.
2. Unable to find GL \ Glut. h, create new GL file.
3. Notice the selection of Debug in VS.
Reproduced in: https://www.cnblogs.com/inku/p/10159867.html
Read More:
- Vs2019 OpenGL glut: error: unable to open include file: ‘GL / glut. H’: no such file or directory
- The solution of configuring OpenGL in vs2017
- Error in header file when calling OpenGL to open obj file in vs2013: unable to open include file: “GL / glut. H”: no such file or directories
- Vs compiling OpenGL project, the solution of unable to open the source file “GL / glaux. H” appears
- Error: unable to open include file: ‘GL / glut. H’
- Solution to the problem of unable to open glaux. H in vs2013
- Configuring OpenGL development environment in win10 + vs2015 (including the method of installing 32-bit and 64 bit libraries)
- Solution of VS2008 unable to open GL / glaux. H header file
- The first day of OpenGL [vs2017 + OpenGL environment configuration]
- Vc2010 configuring OpenGL environment
- Configuring OpenGL in Chinese version of VS2010 and problem solving
- Fix vs2017 unable to install
- |-OpenGL – | some small problems about the glut Library
- Configuring OpenGL in VS
- How to Fix Error sal.h(2367)
- CodeBlocks configuring OpenGL
- OpenGL class library and environment configuration under win10 and vs2015
- Configuration of OpenGL in VS2010
- VS2010 compiler can’t open include file: “GL / glaux. H”: no such file or directory
- In VS2010, the compiler cannot open the file “GL / glaux. H”: no such file or directory