R
rogs3210
Unregistered / Unconfirmed
GUEST, unregistred user!
begin
try
Edit1.Text:='10.4.10.';
with ClientSocket1do
begin
if Active then
Active := False;//在连接之前首先关闭
Host:= Edit1.Text+inttostr(luo);
//指定IP地址或主机名
Active := True;
end;
ClientSocket1.Active:=false;
inc(luo);
edit1.Text:=Edit1.Text+inttostr(luo);
if edit1.Text=tcpserver1.LookupHostAddr(ComputerName) then
inc(luo) ;
if luo=256 then
luo:=0;
except
end;
//*)
end;
我是用个TIMER控件不断的检查是否连接到服务端,就出现了这样的问题~<<‘WINDOWS SOCKET ERROR:由于系统缓冲区空间不足或队列一满,不能执行套接字上的操作>>
应该怎么解决呢,~谢谢拉~
try
Edit1.Text:='10.4.10.';
with ClientSocket1do
begin
if Active then
Active := False;//在连接之前首先关闭
Host:= Edit1.Text+inttostr(luo);
//指定IP地址或主机名
Active := True;
end;
ClientSocket1.Active:=false;
inc(luo);
edit1.Text:=Edit1.Text+inttostr(luo);
if edit1.Text=tcpserver1.LookupHostAddr(ComputerName) then
inc(luo) ;
if luo=256 then
luo:=0;
except
end;
//*)
end;
我是用个TIMER控件不断的检查是否连接到服务端,就出现了这样的问题~<<‘WINDOWS SOCKET ERROR:由于系统缓冲区空间不足或队列一满,不能执行套接字上的操作>>
应该怎么解决呢,~谢谢拉~