影
影 子
Unregistered / Unconfirmed
GUEST, unregistred user!
各个高手,小弟在用ClientSocket组件编程序时,用ClientSocket连接服务器时,出现"Asynchronous socket error 10061"的错误。
但我的代码中是这样写的:
with ClientSocket1 do
begin
try
open;
except
close;
end;
end;
但还是出现"Asynchronous socket error 10061"的错误对话框,
请问有什么方法解决这个问题?急。