Welcome![Sign In][Sign Up]
Location:
Search - Delphi2007

Search list

[Data structsTqueue_Test

Description: delphi2007 Tqueue 入列 出列 获取下一个出列内容 -delphi Tqueue
Platform: | Size: 635904 | Author: 黄攀 | Hits:

[OtherDelphi_2007_2009_64_Debugger_Fix

Description: 在编译程序并运行后,Delphi2007会提示以下错误(windows 7 64位 运行环境):Assertion failure_ _(!_SetThreadContext failed_)_问题的解决办法- - bds.exe- bordbk105N.dll - Assertion failure: (! SetThreadContext failed ) in ..\win32src\thread32.cpp at line 412 Continue execution? - Yes No -
Platform: | Size: 173056 | Author: 邹玉 | Hits:

[Delphi VCLindy9_ForD2007

Description: delphi2007自动安装的indy10,但是有些地方仍然使用的是indy9 ,delphi2007 安装indy9-Delphi2007 automatic installation of indy10, but in some places still use the indy9, delphi2007 install indy9
Platform: | Size: 5526528 | Author: 俞学渊 | Hits:

[Delphi VCLDirectDBF

Description: dbf读写组件,不用装vf驱动,方便快捷(The DBF access component for Delphi5--Delphi2007)
Platform: | Size: 3072 | Author: yxp200401 | Hits:

[OtherD2007 Tweaks v1.00

Description: Delphi 2007 Tweaks tool, customize and solve some errors
Platform: | Size: 232448 | Author: RodrigoMachado | Hits:

[Delphi/CppBuilder火炬2005源码

Description: 火炬有没有源码呢?世面上泄漏的火炬源码都是菲律宾的SQL版的,和使用DBC2000的转生M2有本质的区别。 我给大家共享的这款火炬源码是收藏了很久的使用DBC2000的完整火炬源码,适用delphi2007(Is there any source code for the torch? The source code of the torch leaked from the world is the SQL version of the Philippines, which is essentially different from the use of DBC2000's Transgenic M2. This torch source code I share with you is the complete torch source code which has been collected for a long time and used DBC2000. It is suitable for Delphi 2007.)
Platform: | Size: 3384320 | Author: 编译小小王 | Hits:

[Game Engine珍藏开服源码

Description: 珍藏100套传奇开服源码今天给大家分享一套端游源码,传奇-FAQ-Delphi2007完整编译无错相信大家都知道传奇吧,这里我就不多说了。哈哈。有兴趣的自己下载研究吧!...(Collection of 100 sets of legendary open source code today to share with you a set of end tour source code, legend -FAQ-Delphi2007 complete compilation error free, I believe you all know the legendary bar, here I will not say much. ha-ha. Interested in their own download research! ...)
Platform: | Size: 19113984 | Author: peach888 | Hits:

[Other正则表达式控件

Description: delphi正则表达式控件 安装方法(我使用的delphi版本是 delphi2007): 1、先把解压的 TPerlRegEx 文件夹放在 Delphi 的根目录下的 Imports 目录中。 2、目前最新 For Win32 的版本是可以在 Delphi7,Delphi 2006,Delphi 2007,Delphi 2009 下使用。 我用的是2007,于是就打开了PerlRegExD2007.dpk ,在 Project Manager 窗口中的 PerlRegExD2007.bpl 上点击右键,执行 Install。这时 在 Tool Palette 的列表中已经有了 TPerlRegEx,在 JGsoft 组。 3、Tools -> Options -> Environment Options -> Delphi Options -> Library-Win32 -> Library path -> 添加路径:$(BDS)\Imports\TPerlRegEx (注:就是刚才放置的路径)。 4、打开delphi根目录下 Imports\TPerlRegEx\pcre ,把 pcre3.dll 文件复制到 C:\WINDOWS\system32 文件夹下,这个文件夹里是windows系统存放 dll 文 件的大本营。如果不复制pcre3.dll,在应用 TPerlRegEx 正则的时候,系统提示出错。 5、用delphi打开 Imports\TPerlRegEx 目录下的 pcre.pas 文件,找到 //{$DEFINE PCRE_STATICLINK} ,把之前的注释 // 删除;找 到 {$DEFINE PCRE_LINKDLL} ,把它注释掉,即改为 //{$DEFINE PCRE_LINKDLL} 。注意:这点非常重要,如果不这样改的话,在软件开发完成后,分 发到其他电脑上的时候,软件就会提示“缺少pcre3.dll错误”。这样修改的原因,是把正则直接封包到 exe 文件里,而不需要链接 pcre3.dll 了;封包进 exe,付 出的代价是软件增大了 100KB 左右的大小,当然比起必须携带 pcre3.dll来说,这是有意义的付出。 6、可以使用了! 直接 uses PerlRegEx 或从 Tool Palette 添加都可以。 TPerlRegEx 安装设置完成后,就可以舒心地使用了,一些简单的使用方法如下: //查找是否存在 var reg: TPerlRegEx; begin reg := TPerlRegEx.Create(nil); reg.Subject := 'CodeGear Delphi 2007 for Win32'; reg.RegEx := '\d'; if reg.Match then ShowMessage('找到了') else ShowMessage('没找到'); FreeAndNil(reg); end;
Platform: | Size: 211229 | Author: clubmanjim | Hits:
« 1 2 3 4 5 6»

CodeBus www.codebus.net