首先要卸载Delphi7中的Indy9. 卸载方法以下:一、进入D7的目录,双击Borland Delphi7.msi。二、在弹出的对话框中选“Modify”。三、而后点“Next”,在接下来的对话框中,找到Indy,点“Do Not Install”。以后一路“Next”,最后完成,就卸载成功了。 安装:一、把下列路径加入Delphi的Library Pathindy10\Source\Coreindy10\Source\Protocolsindy10\Source\SuperCoreindy10\Source\System二、打开\System\IndySystem70.dpk,点Compile。三、打开\Core\IndyCore70.dpk,点Compile。四、打开\Protocols\IndyProtocols70.dpk,点Compile。五、打开\SuperCore\IndySuperCore70.dpk,点Compile。//可选六、打开\Core\dclIndyCore70.dpk,点install。七、打开\Protocols\dclIndyProtocols70.dpk,点install。八、打开\SuperCore\dclIndySuperCore70.dpk,点install。//可选