----- Original Message ----- 
From: "Francois PIETTE" <[EMAIL PROTECTED]>
To: "ICS support mailing" <twsocket@elists.org>
Sent: Saturday, March 25, 2006 11:10 AM
Subject: Re: [twsocket] ICS V6 Http Post problem


> I've been able to reproduce the problem and to fix it !
> The bug is in OverbyteIcsWSockBuf.pas. In function TBuffer.Write, you'll 
> find a line:
>        Move(Data^, (PChar(Buf) + WrCount)^, Copied);
> which must be replaced by this one:
>        Move((PChar(Data) + Offset)^, (PChar(Buf) + WrCount)^, Copied);
> 
> I have updated the zip file at my website.
> 
> Thanks a lot for your help.
> 
thank you!

-- 
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