Re: [twsocket] FW: problem with Httpcli and Tstream and Delphi 2009

2009-12-19 Thread David Rodriguez Salazar
the data that is sent to the server and the data is send to the server incorrectly. I always use the examples of ICS application to write my programs, Is there another way to do a Post function without using tstream. Saludos David Rodriguez Salazar From: arno.garr...@gmx.de

Re: [twsocket] FW: problem with Httpcli and Tstream and Delphi 2009

2009-12-19 Thread David Rodriguez Salazar
Hello, If I use the option GET in the example HTTP Test, it doest work because the data send incorrectly similar effect when I use post. Remember I only using the example provide in the ICS Packet. Saludos David Rodriguez Salazar From: david...@hotmail.com To: twsocket

Re: [twsocket] FW: problem with Httpcli and Tstream and Delphi 2009

2009-12-19 Thread David Rodriguez Salazar
Arno, It works, thank you very much Saludos David Rodriguez Salazar From: arno.garr...@gmx.de To: twsocket@elists.org Date: Sat, 19 Dec 2009 12:07:06 +0100 Subject: Re: [twsocket] FW: problem with Httpcli and Tstream and Delphi 2009 David Rodriguez Salazar wrote: I

[twsocket] FW: problem with Httpcli and Tstream and Delphi 2009

2009-12-18 Thread David Rodriguez Salazar
Hello Francois, I have a problem with this component ICSHttpprotocol under delphi 9, the problem is when I send data using post, the data is converted in the new style of delphi 9 (char = 2 bytes), and the data is sent corrupted, so the server fails. The problem is when the data is copy