___wglewCreateContextAttribsARB未解析的外部符号

时间:2015-11-17 20:55:53

标签: c++ c winapi opengl

我目前正在创建一个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社区

0 个答案:

没有答案