C
cangyu
Unregistered / Unconfirmed
GUEST, unregistred user!
在主界面里放一个IdTCPServer1,active后可以收到些客户程序发来的包,但只要一离开主界面窗口,再回来时主界面就死掉了动不了,各位大侠有没有遇到过这种问题啊,急啊有时把窗口拖一下也会死掉,下面是onexecute事件代码IdTCPServer1Execute(AThread: TIdPeerThread);begin if not AThread.Terminated and AThread.Connection.Connected then begin aClient := TClient(AThread.Data); athread.Connection.ReadBuffer(aClient.aform.Recvpkt, 12 ) ; end;end;