hello,

 i'm using TWSocket to send the TMemo text to another client, but i can't
find a way to get the whole buffer including CRLF, for example:
The memo1 contains these strings:
----------
Hello(CRLF)
World!
----------

the remote client does receives the buffer splitted line by line, it handles
the buffer in this way
Hello! (\0 NULL CHAR HERE)
World! (Null char here too)

so i can't get the whole buffer, in this way i can't send multiple lines
through clients.  do i have to save the content to stream and then send it
to the client or just encode the text? or what should i do exactly?
thanks in advance

i'm using C++ Builder. (pascal code will be appreciated anyway)
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to