-
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
-
use VC++ make *.arx files for autoCAD
use VC++ make *.arx files for autoCAD-use VC++ make*.arx files for autoCAD
- 2022-04-28 12:28:30下载
- 积分:1
-
本程序实现了SVM分类的LIBSVM库。
This program implements SVM classification over libsvm library.
- 2022-11-25 22:25:04下载
- 积分:1
-
鼠标位置显示
鼠标位置跟踪显示能实时的显示鼠标在屏幕上的坐标,以X=,Y=的形式显示出来。当鼠标一移动,位置坐标便会跟踪。
- 2023-06-07 12:50:03下载
- 积分:1
-
《COM本质论》十分经典的com书籍,深入浅出介绍了com始末
《COM本质论》十分经典的com书籍,深入浅出介绍了com始末
- 2022-03-22 08:54:45下载
- 积分:1
-
这是一本关于C++的基础教程,里面有大量的源程序代码,可供参考
这是一本关于C++的基础教程,里面有大量的源程序代码,可供参考-This is the one on the C++ The Basic Course, which has a large number of source code is available for reference
- 2022-10-30 17:45:03下载
- 积分:1
-
IAP升级工具
C# 开发的PC端升级工具 对MCU的固件进行升级,此工具为长期测试有效使用的可靠工具,请放心使用
- 2022-08-11 15:29:27下载
- 积分:1
-
计算方法中高斯迭代法!
计算方法中高斯迭代法!-calculation method Gaussian iterative method!
- 2022-02-24 22:06:25下载
- 积分:1
-
一组用于机器人的数学类
a set of mathematical classes used in robotics
- 2022-04-07 07:49:07下载
- 积分:1
-
随机分布点和分布点的概率计算。希望对大家有点儿用
随机分布点和分布点的概率计算。希望对大家有点儿用-Randomly distributed points and distribution points of the probability. We want to use a bit
- 2022-12-11 06:30:03下载
- 积分:1