文件名称:opengl安装配置所需glew
文件大小:1.58MB
文件格式:RAR
更新时间:2021-07-24 09:44:56
openg glew.dll glew.h 32 64
解压,将 \bin\glew32.dll 拷贝到 c:\windows\system32 下面,将 \lib\glew32.lib 拷贝到VC安装目录下的 lib 目录下(如:\Microsoft Visual Studio 9.0\VC\lib\下),将 \include\glew.h 和 \include\wglew.h 拷贝到 VC 安装目录下的 \include\gl\ 目录下(如:\Microsoft Visual Studio 9.0\VC\include\gl\下)。在程序中我们只需要在包含gl,glu 或 glut.h 之前包含 glew.h就可以了(注意:一定要先包含 glew.h),在在代码中加上这么一句: #pragma comment (lib, "glew32.lib")
【文件预览】:
glew-2.1.0
----LICENSE.txt(4KB)
----lib()
--------Release()
----doc()
--------mesa.txt(1KB)
--------build.html(7KB)
--------index.html(13KB)
--------glxew.html(16KB)
--------wglew.html(14KB)
--------glew.html(127KB)
--------glew.css(3KB)
--------credits.html(5KB)
--------log.html(34KB)
--------github.png(1KB)
--------travis.png(2KB)
--------new.png(1KB)
--------basic.html(10KB)
--------glew.txt(2KB)
--------gpl.txt(18KB)
--------glew.png(9KB)
--------install.html(10KB)
--------advanced.html(10KB)
--------khronos.txt(1KB)
--------ogl_sm.jpg(2KB)
----bin()
--------Release()
----include()
--------GL()