摘要:笔者在用delphi2005调试其自带例子的dbwebfiltersample时遇到以下问题:若bdpdataadapter1的active属性设为true,编译运行出现以下错误
“/dbwebfiltersample”应用程序中的服务器错误。-----------------------------------------------------------------......
摘要:(*//
标题:获取其他进程中statisbar的文本
说明:window2000+delphi6调试通过
设计:zswang
支持:wjhu111@21cn.com
日期:2005-02-22
//*)
uses commctrl;
function getstatusbartext(mhandle: thandle): string;
var
vbuffer: array......
TheServerSide.net Tech talks with Danny Thorpe
上一页 ...
danny thorpe is a borland chief scientist responsible for strategic research in software development tools for the microsoft windows, microsoft .net, and linux platforms. he was a member of the team that created the borland delphi rapid application development environment in 1995, a founding member of the borland kylix project on the linux platform, and is now the delphi compiler architect and lead engineer of the delphi for .net development team at borland. he also had a hand in the creation of "space cadet pinball" distributed by microsoft, and "full tilt! pinball" distributed by maxis.
摘要:
一、 前言 所谓游戏外挂,其实是一种游戏外辅程序,它可以协助玩家自动产生游戏动作、修改游戏网络数据包以及修改游戏内存数据等,以实现玩家用最少的时间和金钱去完成功力升级和过关斩将。虽然,现在对游戏外挂程序的“合法”身份众说纷纭,在这里我不想对此发表任何个人意见,让时间去说明一切吧。 不管游戏外挂程序是不是“合法”身份,但是它却......