I'm tryin to send a text over a socket using TWinSocketStream... But the string is going with '.' (dots), after every each letter...
Like this, the string is:
SendString:= 'USER test'+#13+#10;
So I send like this: SockStream.Write(SendString[1], Length(SendString));
This is going like: "U.S.E.R. .t"
all this dots take length from the real string, and it can't even send the complete string, because of them... Someone knows how to solve this??
I'm using Delphi 2010, and really think this is about that Unicode suport shit.![]()


LinkBack URL
About LinkBacks
Reply With Quote