Configuration process address: https://blog.csdn.net/qq_19003345/article/details/76098781
I don’t need to go into details of the process, you can see the original blog address below, I used the last way in the blog
Problems encountered during configuration:
Error in “file glad.h cannot be found” and “file khrplatform.h cannot be found” :
#include <; #include <; glad/glad.h> Instead of # include "Includes/glad/glad. H" #include < KHR/khrplatform.h> Instead of # include ".. /KHR/khrplatform.h"
I don’t need to go into details of the process, you can see the original blog address below, I used the last way in the blog
Problems encountered during configuration:
Error in “file glad.h cannot be found” and “file khrplatform.h cannot be found” :
#include <; #include <; glad/glad.h> Instead of # include "Includes/glad/glad. H" #include < KHR/khrplatform.h> Instead of # include ".. /KHR/khrplatform.h"
Read More:
- A series of problems in configuring OpenGL development environment in vs2015
- Problems encountered in vs2015 configuration using OpenGL environment
- Configuring OpenGL development environment in win10 + vs2015 (including the method of installing 32-bit and 64 bit libraries)
- Vs2015 configuring OpenGL development environment: configuration of glfw library and glad Library
- Simple configuration of glfw + glad in vs2015 OpenGL development environment
- Write about the problems and solutions when configuring OpenGL in vs2015
- OpenGL development environment configuration [vs2017] + common problems
- Small problems encountered in compiling OpenGL under VS2010
- Configure OpenGL development environment (vs2015)
- Configuration of OpenGL development environment under Windows environment, win10 + vs2019 + glfw + glad
- Summary of problems encountered in using OpenGL in QT
- The solution of configuring OpenGL in vs2017
- Some configuration problems of OpenGL in VS2008
- Problems in configuring OpenGL
- Vs2013 + glfw + glew configure OpenGL development environment
- Record the problems encountered in OpenGL learning
- Some problems encountered in the development of ReportViewer
- OpenGL learning — problems encountered in compiling OpenGL program for the first time
- Summary of problems encountered in compiling opengl code
- The simplest course of configuring OpenGL in vs2015