[twsocket] Triggering DataAvailable

2011-07-26 Thread Paul Howes
Hi, I'm using TWSocketServer to handle multiple incoming connections from a client's embedded unit. Unfortunately the remote unit has a few limitations; the main one being that it can establish an IP connection to a server but cannot send data until the server requests it. This means that

Re: [twsocket] TWSocket and Unicode

2011-07-26 Thread Arno Garrels
matrapas wrote: Hello, Sorry for my bad English. No problem in this list :) Thanks for the great component. I have one question - I can not understand. Can I transfer Unicode between the components TWSocket and TWSocketServer? I assume you use Delphi 2009+, if not, things are

Re: [twsocket] Triggering DataAvailable

2011-07-26 Thread Arno Garrels
Paul Howes wrote: Hi, I'm using TWSocketServer to handle multiple incoming connections from a client's embedded unit. Unfortunately the remote unit has a few limitations; the main one being that it can establish an IP connection to a server but cannot send data until the server requests

Re: [twsocket] TWSocket and Unicode

2011-07-26 Thread Arno Garrels
Arno Garrels wrote: But why on earth would you want to sent UTF-32? UTF-32 were worst case regarding transfer performance, meant was UTF-16 here (just to confuse you a bit ;) -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] TWSocket and Unicode

2011-07-26 Thread matrapas
Arno Garrels wrote: I assume you use Delphi 2009+ Thank you for your example, but I use C++Builder XE... Could you show an example for C++Builder..? If possible. -- matrapas -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] Triggering DataAvailable

2011-07-26 Thread Francois PIETTE
I'm using TWSocketServer to handle multiple incoming connections from a client's embedded unit. Unfortunately the remote unit has a few limitations; the main one being that it can establish an IP connection to a server but cannot send data until the server requests it. This means that