Hello all,
I'm trying to create application that would run on multiple machines.
This application has to know IP addresses of all other machines running
same software.
I'm trying to do something like discovery on network. Protocol I decided
to use for discovery is UDP. On mailing list I already
Done,
Paul
- Original Message -
From: "Francois PIETTE" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, February 05, 2008 7:04 PM
Subject: [twsocket] [OT] Delphi survey
> Sorry for out of topic message, but I think this might be important for
> all
> of us: CodeGear is conducing a survey abo
Sorry for out of topic message, but I think this might be important for all
of us: CodeGear is conducing a survey about Delphi (
http://dn.codegear.com/article/37604 ). If you want to somewhat influence
the future of Delphi, please fill the survey.
For those having already filled a survey in th
Stupid I am...I was using "if Error=0" (and I have a variable called
Error somewhere in the program) instead of "if ErrCode=0".
D> Hello,
D> I use ICSv6, and do .Connect using standard TWSocket component server
D> but inside OnSessionConnected the ErrCode is #122 instead of 0.
D> If I don't
Hello,
I use ICSv6, and do .Connect using standard TWSocket component server
but inside OnSessionConnected the ErrCode is #122 instead of 0.
If I don't care about ErrCode code and do .Send inside
OnSessionConnected as usual, then UDP buffer seems correctly sent and
is received a