-
glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。
glut.lib(SGI版)和glut3...
glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。
glut.lib(SGI版)和glut32.lib(微软版),这个文件会被链接到您的程序,所以,把它放到编译器的lib文件夹下。
glut.dll(SGI版)和glut32.dll(微软版),把这个文件放在%WinDir%System32文件夹下。
然后拷贝对应的文件到对应的目录:
glut32.dll to %WinDir%System, //这里或者是System32
glut32.lib to $(MSDevDir)....VC98lib,
glut.h to $(MSDevDir)....VC98includeGL
对于vc2005,则应拷贝到:
VCPlatformSDKLib和VCPlatformSDKIncludeGL-glut.h put this file include to your source code. Usually put this file on your compiler s header files directory gl folder. glut.lib (SGI version) and glut32.lib (Microsoft version), this document will be linked to your procedures, therefore, put it on the compiler s lib folder. glut.dll (SGI version) and glut32.dll (Microsoft version), put the document on the WinDir System32 folder. And copies of the corresponding documents to the corresponding directory: glut32.dll to WinDir System,// here or are System32glut32.lib to $ (MSDevDir ).... VC98lib, glut.h to $ (MSDevDir ).... VC98includeGL for vc
- 2022-06-28 06:41:31下载
- 积分:1
-
讲解C++的PPT(主要是关于流类库和输入输出)
讲解C++的PPT(主要是关于流类库和输入输出)-Explain the C++, PPT (mainly about the stream classes, and input-output)
- 2023-04-14 06:10:04下载
- 积分:1
-
这是遗传算法进行函数优化的程序,可以运行成功,需要的就下吧...
这是遗传算法进行函数优化的程序,可以运行成功,需要的就下吧-This is the source code of genetic algorithm for function optimization, it can run ,down it if you need it.
- 2022-02-28 15:48:30下载
- 积分:1
-
vc实现的屏幕放大镜源代码,供学习vc的参考学习
vc实现的屏幕放大镜源代码,供学习vc的参考学习-vc achieve screen magnifiers source for learning vc reference learning
- 2022-03-20 07:56:40下载
- 积分:1
-
鱼眼图像畸变校正,实现鸟瞰效果
180度广角的鱼眼图像进行畸变校正,并对校正后的图像进行逆透视变换,实现鸟瞰效果,vs2012, opencv2.4.9
- 2022-01-22 13:55:34下载
- 积分:1
-
Interesting book about how Windows gets time
Interesting book about how Windows gets time
- 2022-06-02 22:07:34下载
- 积分:1
-
Csharp IOCP
C#高性能的Socket服务器,实测服务器端支持6w个连接100客户 100,000(十万次)不间断的发送接收数据(发送和接收之间没有Sleep,就一个一循环,不断的发送与接收)耗时3004.6325 秒完成总共 10,000,000 一千万次访问平均每分完成 199,691.6 次发送与接收平均每秒完成 3,328.2 次发送与接收
- 2022-12-26 03:10:04下载
- 积分:1
-
I haven t used the code of locking register table,if you have some interests you...
锁注册表的代码,我还没试过,有兴趣的朋友不妨载下来看看。-I haven t used the code of locking register table,if you have some interests you can download and have a try
- 2022-08-17 21:20:47下载
- 积分:1
-
AES算法代码
根据AES算法原理而实现的代码,出处来自国内某高校老师密码学课程授课,在源代码的基础上做出一定修改,增加可读性。运用群的性质实现,并给出相关的测试。
- 2023-07-28 22:50:03下载
- 积分:1
-
ARCGIS,GISARCENGINEc#开发
ARCGIS,GISARCENGINEc#开发-ARCGIS, GISARCENGINEc# Development
- 2022-03-11 21:02:35下载
- 积分:1