摘要:opengl最初是由silicon图形公司开发的底层图形库规范。你的系统中准确实现这个规范的部分,通常被称为opengl驱动,它允许你使用几何集合(点,线,多边形,图像等等)来描述你希望表现的场景。让肉眼观察起来较为舒适的中等规模场景,通常在毫秒级的速度上实现,这意味着该库文件有足够的能力来支持你创建一个生机勃勃的虚拟世界。 opengl驱动一般以二进制库文件的形式提供。它能够动态的连接到你的程序......
摘要:self.edit2.text := extractfilepath(self.edit1.text + \..);
......
改变Windows的缺省打印机
如果你想要改变windows的缺省打印机,你必须在windows的win.ini中改变设备键.
发送一条 wm_wininichange 消息: 【程序编程相关:
DB2 Performance Expe】 【推荐阅读:
备份、恢复和前滚恢复简介】 【扩展信息:
DB2 Performance Expe】
var
strini: array[0..max_path] of char; arrwindows: array[0..64] of char; begin getwindowsdirectory(strini, sizeof(strini)); strcat(strini, \win.ini); with tinifile.create(strini) do ...
下一页 摘要:introduction
this course is about how to build an activex control using delphi 3. in addition to presenting a tutorial on how to use delphi 3s wizards to convert an existing vcl control into an activ......