我目前正在创建一个opengl窗口,我添加了:
h_OGLContext = wglCreateContextAttribsARB(h_DeviceContext, NULL, attributes);
我包括(按此顺序):
#include <windows.h>
#include <Wingdi.h>
#include <string>
#include "Vector.hpp"
#include "Color.hpp"
#include <GL\glew.h>
#include <GL\wglew.h>
我正在反对:
opengl32.lib
glew32.lib
但仍然是这个错误._。
编辑:我正在使用MSVS 2015社区