VC++ OpenGL 微软官方例子

时间:2018-12-05 04:58:59
【文件属性】:
文件名称:VC++ OpenGL 微软官方例子
文件大小:20KB
文件格式:ZIP
更新时间:2018-12-05 04:58:59
C++ OpengGL 微软官方OpenGL的例子,使用VS2005+MFC。在编译之前需要先下载OpenGL库文件,将glut.lib和glut32.lib放到静态函数库所在文件夹(例如C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\lib),将glut.dll和glut32.dll放到操作系统目录下面的system32文件夹内。(C:\Windows\System32),即可顺利编译通过。非常适合初学者。
【文件预览】:
ReadMe.htm
res
----cube.ico(1KB)
----cube.rc2(396B)
----toolbar.bmp(478B)
cube.h
mainfrm.h
cubedoc.h
cube.rc
stdafx.h
stdafx.cpp
cubeview.h
resource.h
cubeview.cpp
makefile
cube.mak
mainfrm.cpp
cube.sln
cube.vcproj
cube.cpp
cubedoc.cpp

网友评论