socketerror(50分)

  • 主题发起人 主题发起人 wheel
  • 开始时间 开始时间
W

wheel

Unregistered / Unconfirmed
GUEST, unregistred user!
clientsocket在不能连到serversocket的时候触发esocketerror,我在onerror中处理
了eeconnect,但是那个'Asynchronous socket error 10061'还是会显示出来,怎样
才能屏蔽掉?
 
write an OnError event handler to respond to errors that arise with
the socket connection. Set the ErrorCode parameter to 0 if the OnError
event handler successfully deals with the error condition, to prevent
an ESocketError from being raised.
在onerror中
errorcode:=0;
 
接受答案了.
 
后退
顶部