Re: [twsocket] Full URL decode (unescape)

2010-01-10 Thread Francois PIETTE
Have a look at OverbyteIcsUrl unit. -- francois.pie...@overbyte.be http://www.overbyte.be - Original Message - From: "Stanislav" To: "ICS support mailing" Sent: Sunday, January 10, 2010 12:07 AM Subject: [twsocket] Full URL decode (unescape) Hi everyone, Perhaps, this is a silly

Re: [twsocket] Concatenate multiple UDP packets

2010-01-10 Thread Francois PIETTE
UDP is as his name say a datagram protocol. There is nothing in UDP itself which relate one packet to another. You have to design that at the application level if you need it. TWSocket does nothing with your data, just pass it along. The largest packet you can send with UDP is governed in ICS by

[twsocket] Concatenate multiple UDP packets

2010-01-10 Thread Dave Keltz
Hello, I am using a combination of the SendStr & ReceiveStr functions to send commands to a remote server and display the responses from the server in a RichEdit control and everything seems to work fine as long as the information that is received comes back in one packet however if the info