FastNetD567

所属分类:Pascal/Delphi编程
开发工具:Delphi
文件大小:871KB
下载次数:47
上传日期:2007-04-07 16:56:10
上 传 者routty
说明:  DELPHI7里面需要安装的一些常用网络游戏编程控件,里面有D5D6D7的所有控件!
(DELPHI7 needs to be installed inside some commonly used online game programming controls, There are all D5D6D7 control!)

文件列表:
FastNetD7\Fastnet\bin\DCLNMF50.bpl (232960, 2000-01-31)
FastNetD7\Fastnet\Demos\Fastnet\DayTime\DTDem.dfm (1151, 1998-06-02)
FastNetD7\Fastnet\Demos\Fastnet\DayTime\DTDem.pas (3612, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\DayTime\dtmdemo.dpr (1640, 1999-08-11)
FastNetD7\Fastnet\Demos\Fastnet\DayTime\dtmdemo.res (876, 1999-08-11)
FastNetD7\Fastnet\Demos\Fastnet\Echo\EchoDem.dfm (1692, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\Echo\EchoDem.pas (4369, 1999-07-16)
FastNetD7\Fastnet\Demos\Fastnet\Echo\EchoDemo.dpr (1607, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\Echo\EchoDemo.res (876, 1999-09-21)
FastNetD7\Fastnet\Demos\Fastnet\Finger\FngrDem.dfm (1370, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\Finger\FngrDem.pas (3620, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\Finger\FngrDemo.dpr (1607, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\Finger\FngrDemo.res (876, 1999-09-21)
FastNetD7\Fastnet\Demos\Fastnet\FTP\FTPDem.dfm (5940, 1999-07-16)
FastNetD7\Fastnet\Demos\Fastnet\FTP\FTPDem.pas (12257, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\FTP\FTPDemo.dpr (1604, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\FTP\FTPDemo.res (876, 1999-09-21)
FastNetD7\Fastnet\Demos\Fastnet\HTTP\HTTPDem.dfm (4995, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\HTTP\HTTPDem.pas (9046, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\HTTP\HTTPDemo.dpr (1607, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\HTTP\HTTPDemo.res (876, 1999-09-21)
FastNetD7\Fastnet\Demos\Fastnet\ICMP\ICMPDem.dfm (3899, 1998-08-05)
FastNetD7\Fastnet\Demos\Fastnet\ICMP\ICMPDem.pas (5000, 1998-08-05)
FastNetD7\Fastnet\Demos\Fastnet\ICMP\ICMPDemo.dpr (192, 1998-07-30)
FastNetD7\Fastnet\Demos\Fastnet\ICMP\ICMPDemo.res (876, 1999-09-21)
FastNetD7\Fastnet\Demos\Fastnet\Msg\msgdem.dfm (1534, 1999-02-22)
FastNetD7\Fastnet\Demos\Fastnet\Msg\msgdem.pas (4568, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\Msg\msgdemo.dpr (1604, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\Msg\msgdemo.res (876, 1999-09-21)
FastNetD7\Fastnet\Demos\Fastnet\NNTP\nntpdem.dfm (5951, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\NNTP\nntpdem.pas (12272, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\NNTP\nntpdemo.dpr (1607, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\NNTP\nntpdemo.res (876, 1999-09-21)
FastNetD7\Fastnet\Demos\Fastnet\POP3\Pop3Dem.dfm (3554, 1999-09-17)
FastNetD7\Fastnet\Demos\Fastnet\POP3\Pop3Dem.pas (7321, 1999-09-17)
FastNetD7\Fastnet\Demos\Fastnet\POP3\pop3demo.dpr (1607, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\POP3\pop3demo.res (876, 1999-09-17)
FastNetD7\Fastnet\Demos\Fastnet\SMTP\smtpdem.dfm (4152, 1999-06-21)
FastNetD7\Fastnet\Demos\Fastnet\SMTP\smtpdem.pas (7851, 1999-07-12)
FastNetD7\Fastnet\Demos\Fastnet\SMTP\smtpdemo.dpr (1607, 1999-07-12)
... ...

FastNet Tools for Delphi 5 Readme Section 1. To make changes to source 1)Change the related .pas file in the /lib directory 2)Recompile NMRecompile.dpr in the /lib directory 3)Recompile DCLNMF50.dpk in the lib directory 4)Copy the resulting DCLNMF50.bpl to the /bin directory Note This DCLNMF50.bpl file may be in your /lib or /projects/bpl directory after the compile depending on your configuration Section 2. -- List of known issues as of 11-02-1999 --------------------------------- 1) NMFTP - Executing multiple transactions simultaneously will cause an error. 2) NMSMTP - ExpandList method does not work properly 3) NMHTTP - Only the Get, Post, Put and Head methods are known to be functional. These are the methods that are HTTP/1.0 compliant. The Wrapped, and Link methods, in addition to any other methods not mentioned here, are HTTP/1.1 or HTTP/1.2 compliant, and are not widely supported. 4) NMNNTP - Newsgroups that allow posting are reported as not allowing posting. This does not prevent the user from posting, however. 5) All Controls - If the physical connection to the remote host is forcefully terminated, the control might not recognize the disconnect, and will hang. A workaround for this is to call the Abort method or to set the timeout value. We are aware of these problems, and they are being addressed accordingly.

近期下载者

相关文件


收藏者