注意glew的版本问题,如果是64位的可能会出现编译不通过的问题(我就是因为吴用了64位的glew包导致出现的问题)
32位glew下载:http://download.csdn.net/detail/sdauzxl/8280269
64位glew下载:http://download.csdn.net/detail/sdauzxl/8280267
glew安装与其他opengl库安装类似:
bin/glew32.dll | to | %SystemRoot%/system32 |
lib/glew32.lib | to | {VC Root}/Lib |
include/GL/glew.h | to | {VC Root}/Include/GL |
include/GL/wglew.h | to | {VC Root}/Include/G |