Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Aug : TCP Server - ServerException
| Subject: | TCP Server - ServerException |
| Posted by: | sb0108..@skynet.be |
| Date: | Mon, 8 Aug 2005 18:53:09 |
Hellow,
I'm using Delphi 7.0
Indy 9.0
I always get those pop-ups when my exe runs (not when running it in IDE
Delphi -> Debugger options , I've changed that). But when the exe runs on a
pc I get the pop-ups. How can I get rid of them ?
with try exept... but how?
The server broadcast currently with intervals information to all connected
clients (works properly)
but when a client don't do a proper disconnect, I get on server side the
pop-up connection closed gracefully.
Then I thought maybe I should put in the properties of the TCPServer
ServerExecption this: Form1.Caption:=('Error occured');
The server listen also to messages from the client(s).
Is there a way to get rid of the pop-ups?
With kind regards,