第1页共38页编号:时间:2021年x月x日书山有路勤为径,学海无涯苦作舟页码:第1页共38页Indy10InstallAllpackagesarefollowedbyX0(WhereXisyourDelphiverison)
DownloadsourcefromtheDevelopmentSnapshot
Delphi/BCBInstallation1
Openandcompileinthefollowingorder:2
IndySystem(inLib\System)2
IndyCore(inLib\Core)3
IndyProtocols(inLib\Protocols)4
IndySuperCore(inLib\SuperCore)IfyouarenotusingSuperCore,thenyoudonotneedtocompilethispackage
Nowopenandclickinstallinthefollowingorder4
dclIndyCore(inLib\Core)2
dclIndyProtocols(inLib\Protocols)3
dclSuperCore(inLib\SuperCore)OnlyinstallthisifyouhavecompiledSuperCore
第2页共38页第1页共38页编号:时间:2021年x月x日书山有路勤为径,学海无涯苦作舟页码:第2页共38页利用Delphi编写Socket通信程序2004-08-24人气:5925出处:csdn作者:dudunono[原作]一、Delphi与Socket计算机网络是由一系列网络通信协议组成的,其中的核心协议是传输层的TCP/IP和UDP协议
TCP是面向连接的,通信双方保持一条通路,好比目前的电话线,使用telnet登陆BBS,用的就是TCP协议;U