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