Re: [twsocket] HTTP PATCH method for the HttpCli

2014-04-17 Thread RTT
Any technical reason for discarding this functionality I submitted some time ago? I'm using it with the Google Drive API, add seems to be working fine. https://developers.google.com/drive/v2/reference/files/patch Hi, Bellow I'm sending a OverbyteIcsHttpProt.pas diff file to implement the HTT

Re: [twsocket] ICS updated for Delphi XE6

2014-04-17 Thread John Dammeyer
Any comments about XE6? Is the world a better place because it's been released? If so why? John Dammeyer > -Original Message- > From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of > François Piette > Sent: April-17-14 10:54 AM > To: 'ICS support mailing' > Subject: [t

Re: [twsocket] ICS updated for Delphi XE6

2014-04-17 Thread Michael Gasser
Hi François Piette Thank you very much. Best regards Michael Am 17.04.2014 19:54, schrieb François Piette: Hi everyone ! ICS-V8 has been updated for Delphi XE6. No new feature, simple update for Delphi XE6 (VCL and FMX). Download as usual. -- François Piette -- To unsubs

[twsocket] ICS updated for Delphi XE6

2014-04-17 Thread François Piette
Hi everyone ! ICS-V8 has been updated for Delphi XE6. No new feature, simple update for Delphi XE6 (VCL and FMX). Download as usual. -- François Piette -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/tw

Re: [twsocket] Problem when using TPing with TSslWSockServer

2014-04-17 Thread Angus Robertson - Magenta Systems Ltd
> in unit of OverbyteIcsIcmp, > the TICMP.Destroy have some problem Thanks, now fixed in V8 and SVN will be updated overnight. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at ht

Re: [twsocket] Problem when using TPing with TSslWSockServer

2014-04-17 Thread 丝般非可
in unit of OverbyteIcsIcmp, the TICMP.Destroy have some problem destructor TICMP.Destroy; begin if hICMP <> INVALID_HANDLE_VALUE then IcmpCloseHandle(hICMP); if hICMP6 <> INVALID_HANDLE_VALUE then{ V8.02 } IcmpCloseHandle(hICMP6); if hICMPdll <> 0 then FreeL