-
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
-
1・能够创建链表
2・能够删除,插入任一元素
3・有友好的人机卷面;...
1・能够创建链表
2・能够删除,插入任一元素
3・有友好的人机卷面;-2 to create one list can delete, insert any one element 3 has a friendly man-machine卷面
- 2022-08-12 07:10:24下载
- 积分:1
-
一个原国外早期的cs1.6代码,获取人物信息全
一个原国外早期的cs1.6代码,获取人物信息全-A former foreign early cs1.6 code, access to information-wide figures
- 2023-06-21 04:20:03下载
- 积分:1
-
C++ Builder V5.0 AutoCAD VCL源码
c++builder v5.0 AutoCAD vcl源代码
- 2023-03-18 12:30:03下载
- 积分:1
-
It is a development of the VC document comparison tool, as useful as Windiff.
这是一个有VC开发的文件比较工具,就像Windiff一样好用。-It is a development of the VC document comparison tool, as useful as Windiff.
- 2022-03-24 18:00:58下载
- 积分:1
-
CRC calculation string Verification Code sample procedure, we can refer to the r...
计算字符串的CRC验证码的示例程序,大家可以参考参考。-CRC calculation string Verification Code sample procedure, we can refer to the reference.
- 2022-03-06 16:58:06下载
- 积分:1
-
在ADS环境中使用字库时发现字库的字是躺着的,所以写段小代码,把字库正过来。...
在ADS环境中使用字库时发现字库的字是躺着的,所以写段小代码,把字库正过来。-Change
- 2022-07-27 20:29:26下载
- 积分:1
-
这是一个从23个数里面任意选择5个数的小程序。
这是一个从23个数里面任意选择5个数的小程序。-This is a number from 23 inside the arbitrary choice of 5 the number of small procedures.
- 2023-01-11 09:10:04下载
- 积分:1
-
在Windows大行其道的今天,windows界面程序受到广大用户的欢迎。对这些程序的
操作不外乎两种,键盘输入控制和鼠标输入控制。有时,对于繁杂的,或重复...
在Windows大行其道的今天,windows界面程序受到广大用户的欢迎。对这些程序的
操作不外乎两种,键盘输入控制和鼠标输入控制。有时,对于繁杂的,或重复性的输入
操作,我们能否通过编制程序来代替手工输入,而用程序来模拟键盘及鼠标的输入呢?
答案是肯定的。这里主要是通过两个Windows API函数来实现的。
-Windows popular in today, windows interface procedures by the majority of users. The operation of these procedures only two input control keyboard and mouse input control. Sometimes, for complex or repetitive input operations, our ability to process through the development to replace the manual input, and using procedures to simulate the keyboard and mouse input it? The answer is yes. Here mainly through the two Windows API function to be achieved.
- 2022-03-15 12:00:05下载
- 积分:1
-
这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错...
这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错误,但我不保证在将来的使用中它不会对您的程序造成影响,对您在使用中造成的一切后果,本人不承担任何责任。-this a mathematical expression evaluates the C class, detailed description of the Calculator.pdf China. The Calculator class despite my repeated testing, correct many mistakes, but I do not guarantee in the future it will not use the procedure to you impact your right to use all the consequences of that, I do not accept any responsibility.
- 2022-11-20 06:05:03下载
- 积分:1