Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Sep : Re: Upgrade from 9 to 10 error
| Subject: | Re: Upgrade from 9 to 10 error |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 27 Sep 2006 16:32:28 |
"Bob Nudd" <Bob.Nudd@gmail.com> wrote in message
news:451ae77e$1@newsgroups.borland.com...
> error is :
> [Fatal Error] main.pas(11): File not found: 'IdAuthenticationSSPI.dcu'
You don't have Indy installed properly, or your IDE paths are not configured
properly. The dAuthenticationSSPI unit does exist in Indy 10.
> I have replace that with IdAuthenticationNTLM
>
> Which gives me this error:
>
> Undeclared identifier: 'TIdSSPINTLMAuthentication'
As it should be, because TIdSSPINTLMAuthentication is not declared in the
IdAuthenticationNTLM unit. That unit defines the TIdNTLMAuthentication
class instead.
Gambit
none