Re: [twsocket] TWSocket sending UDP

2006-01-21 Thread Francois PIETTE
And you have to call connect only once if you use SendTo later. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, January 21, 2006 10:18 AM Subject: Re: [twso

Re: [twsocket] TWSocket sending UDP

2006-01-21 Thread Wilfried Mestdagh
Hello Shane, You need to call Connect. However you do not have to wait and you can call SendTo immediatly after calling Connect. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Saturday, January 21, 2006, 05:08, Shane Mitchell wrote: > Hey.

[twsocket] TWSocket sending UDP

2006-01-20 Thread Shane Mitchell
Hey. I'm trying to use TWSocket to send UDP messages to many different hosts. I want to create the TWSocket dynamically, and I don't want to have to use Connect/Close every time I send a UDP message. I thought I could use the SendTo() procedure to do this, but I have had no success. This is