资源简介

indy10.2.3 full 完全安装版 D7~2010 版本:indy10.2.3 经delphi7下的安装成功,delphi11和delphi6的安装没有试用 【自动安装】 Lib\Fulld7.bat 双击运行即可。 自动会把bpl文件拷到C:\windows\system32 重新打开delphi7会自动加载 dclIndyCore70.bpl dclIndyProtocols70.bpl 【手工安装】 1.windows的path路径中增加D7的路径 在启用delphi7时,要能加载dclIndyCore70.bpl这个文件 如果是自动安装,这个文件会拷到C:\windows\system32\dclIndyCore70.bpl,所以不用改path 2.delphi7菜单中Library路径中 添加indy10\LIB路径下的System、Core、Protocols下的三个目录 添加indey10\D7 因为这个目录下有bpl和dcu文件 3.删除delphi7目录Bin下的indy*.BPL文件,这是官方旧版本的文件,放心删除。 4.删除delphi7目录下的 Id*.DCU文件,一般都是在lib目录里。 5.打开indy10\lib目录,安装DPK包顺序如下: (1)编译 System\IndySystem70.dpk (只需要compile) (这个不是设计包,不需要install) (2)编译 Core\IndyCore70.dpk (只需要compile) 编译安装Core\dclIndyCore70.dpk (设计包,先complie后install) (3)编译 Protocols\IndyProtocols70.dpk (只需要compile) 编译安装Protocols\dclIndyProtocols70.dpk (设计包,先complie后install) 6.完成 【第二次手工安装】 第一步: indy10\D7目录下的5个文件 复制到delphiD:\Delphi7_Ent\Projects\Bpl IndySystem70.bpl IndyCore70.bpl IndyProtocols70.bpl dclIndyCore70.bpl dclIndyProtocols70.bpl 第二步: 打开delphi7菜单 Component/install packpages/ add dclIndyCore70.bpl 再 add dclIndyProtocols70.bpl 第三步 打开delphi7菜单中Library路径中 添加indy10\LIB路径下的System、Core、Protocols下的三个目录 完成!更简单。前提是要有现成bpl的文件,如果没有bpl文件,还得需要dpk编译

资源截图

代码片段和文件信息

#include 
#pragma hdrstop
//---------------------------------------------------------------------------
#define Library

// To add a file to the library use the Project menu ‘Add to Project‘.


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3002  2005-11-07 16:53  Bubbles\boxtests\BreakApartTest.pas
     文件        3641  2005-11-07 16:53  Bubbles\boxtests\ChainClients.dfm
     文件        8706  2005-11-07 16:53  Bubbles\boxtests\ChainClients.pas
     文件         335  2005-11-07 16:53  Bubbles\boxtests\ChainedHTTPClient.dfm
     文件        6431  2005-11-07 16:53  Bubbles\boxtests\ChainedHTTPClient.pas
     文件         674  2005-11-07 16:53  Bubbles\boxtests\CoderRawBubble.dfm
     文件        3738  2005-11-07 16:53  Bubbles\boxtests\CoderRawBubble.pas
     文件         860  2005-11-07 16:53  Bubbles\boxtests\CoderSpeed.dfm
     文件        2848  2005-11-07 16:53  Bubbles\boxtests\CoderSpeed.pas
     文件        1869  2005-11-07 16:53  Bubbles\boxtests\CommandHandler.pas
     文件         352  2005-11-07 16:53  Bubbles\boxtests\CompressionInterceptBubble.dfm
     文件        2902  2005-11-07 16:53  Bubbles\boxtests\CompressionInterceptBubble.pas
     文件       13451  2005-11-07 16:53  Bubbles\boxtests\DateTimeStamp.pas
     文件        6738  2005-11-07 16:53  Bubbles\boxtests\DNSResolver.pas
     文件        3465  2005-11-07 16:53  Bubbles\boxtests\EMailAddress.pas
     文件        4080  2005-11-07 16:53  Bubbles\boxtests\EmailSender.dfm
     文件        4507  2005-11-07 16:53  Bubbles\boxtests\EmailSender.pas
     文件        7759  2005-11-07 16:53  Bubbles\boxtests\EncoderBox.pas
     文件       15958  2005-11-07 16:53  Bubbles\boxtests\EncoderPlayground.dfm
     文件       17933  2005-11-07 16:53  Bubbles\boxtests\EncoderPlayground.pas
     文件        2856  2005-11-07 16:53  Bubbles\boxtests\ExtraHeaders.pas
     文件        3718  2005-11-07 16:53  Bubbles\boxtests\FTPClient.pas
     文件        4748  2005-11-07 16:53  Bubbles\boxtests\FTPListBox.pas
     文件        1551  2005-11-07 16:53  Bubbles\boxtests\FTPListTests.dfm
     文件       31326  2005-11-07 16:53  Bubbles\boxtests\FTPListTests.pas
     文件        2111  2005-11-07 16:53  Bubbles\boxtests\GMTToLocalDateTimeProc.pas
     文件        4870  2005-11-07 16:53  Bubbles\boxtests\HashBox.pas
     文件        1773  2005-11-07 16:53  Bubbles\boxtests\HeaderCoder.pas
     文件        1892  2005-11-07 16:53  Bubbles\boxtests\HeaderListTest.pas
     文件         597  2005-11-07 16:53  Bubbles\boxtests\HTTPClient.dfm
     文件        5882  2005-11-07 16:53  Bubbles\boxtests\HTTPClient.pas
............此处省略2091个文件信息

评论

共有 条评论