Re: [twsocket] Protocol 6 (=TCP) not supported by TCustomSocksWSocket

2005-06-18 Thread Francois PIETTE
Rejected: not compatible with all Delphi versions. I thought a decision was made several months ago that the last full release of ICS would be the last to continue backward compatibility of long obsolete compilers, preventing any language features added in the last six years being used in IC,

Re: [twsocket] Protocol 6 (=TCP) not supported by TCustomSocksWSocket

2005-06-18 Thread Angus Robertson - Magenta Systems Ltd
> Rejected: not compatible with all Delphi versions. I thought a decision was made several months ago that the last full release of ICS would be the last to continue backward compatibility of long obsolete compilers, preventing any language features added in the last six years being used in IC,

Re: [twsocket] Protocol 6 (=TCP) not supported by TCustomSocksWSocket

2005-06-18 Thread Francois PIETTE
byte.be - Original Message - From: "Piotr Hellrayzer Dałek" <[EMAIL PROTECTED]> To: "TWSocket" Sent: Friday, June 17, 2005 9:38 PM Subject: [twsocket] Protocol 6 (=TCP) not supported by TCustomSocksWSocket Hi! In TCustomSocksWSocket.Connect: procedure TCustom

[twsocket] Protocol 6 (=TCP) not supported by TCustomSocksWSocket

2005-06-17 Thread Piotr Hellrayzer Dałek
Hi! In TCustomSocksWSocket.Connect: procedure TCustomSocksWSocket.Connect; begin [..] if LowerCase(FProtoStr) <> 'tcp' then begin RaiseException('tcp is the only protocol supported thru socks server'); Exit; end; [..] Let's say that someone has entered 6 in place of TCP