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

[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

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:

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