Thanks.
You'll see the change in the next release.
--
[EMAIL PROTECTED]
http://www.overbyte.be
- Original Message -
From: "Albert Wiersch" <[EMAIL PROTECTED]>
To: "'ICS support mailing'"
Sent: Saturday, March 19, 2005 5:41 PM
Subject: RE: [tw
nt: Saturday, March 19, 2005 7:42 AM
> To: ICS support mailing
> Subject: Re: [twsocket] THttpCli and BCB Bugs
>
>
> > 1. First, this should be defined (not sure at what BCB
> version though)
> > {$DEFINE UseNTLMAuthentication}
>
> Replace the check for DE
> 1. First, this should be defined (not sure at what BCB version though)
> {$DEFINE UseNTLMAuthentication}
Replace the check for DELPHI5_UP by COMPILER5_UP like this:
{$IFDEF COMPILER5_UP}
{$DEFINE UseNTLMAuthentication}
{$ENDIF}
> I suspect that code such as this was being compiled by BC