Re: [twsocket] THttpCli and BCB Bugs

2005-03-19 Thread Francois PIETTE
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

RE: [twsocket] THttpCli and BCB Bugs

2005-03-19 Thread Albert Wiersch
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

Re: [twsocket] THttpCli and BCB Bugs

2005-03-19 Thread Francois PIETTE
> 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