Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be
- Original Message -
From: "John Dammeyer" <[EMAIL PROTECTED]>
To: "'ICS support mailing'"
Sent: Wednesday, October 12, 2005 10:44 PM
Subject: Re: [twsocket] Error
ohn Dammeyer" <[EMAIL PROTECTED]>
> To: "'ICS support mailing'"
> Sent: Wednesday, October 12, 2005 8:00 PM
> Subject: [twsocket] Error 10048 in TWSocket
>
>
> > Hi all,
> >
> > I have a server and a client. The Server appli
Why don't you use TWSocketServer ?
Are you reinventing the wheel ?
--
[EMAIL PROTECTED]
http://www.overbyte.be
- Original Message -
From: "John Dammeyer" <[EMAIL PROTECTED]>
To: "'ICS support mailing'"
Sent: Wednesday, October 12, 2005 8
Hi all,
I have a server and a client. The Server application is started and does
the following:
SrvSocket.Proto := 'tcp';
SrvSocket.Addr:= '0.0.0.0'; // Use any interface
SrvSocket.Port:= '4000';// Wait on this port.
SrvSocket.Listen; // Start