Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Apr : INDY Compile Error

www.cryer.info
Managed Newsgroup Archive

INDY Compile Error

Subject:INDY Compile Error
Posted by:"Dale Francis" (dfranc..@mortgagesoftware.to)
Date:Tue, 12 Apr 2005 10:53:35

The following line of code gives me the following compile-time error:

HTTP.IOHandler := TIdSSLIOHandlerSOcketOpenSSL.Create(Nil);

... and the error...

Undeclared Identifier: TIdSSLIOHandlerSOcketOpenSSL

I am trying to grab a file from a secure site, and so I must create an
IOHandler.  My uses clause contains the following INDY-related reference:

uses
   ..., IdSSLOpenSSL, ...

Finally, although unrelated to the compile error, here are a couple of other
lines of code which precede the line that is giving me trouble:

var
      HTTP      : TIdHTTP;   {INDY}
begin
...
...
      HTTP := TIdHTTP.Create(nil);

I think there may be an issue with a required library or something.
Actually I am not sure what is happening.

Can someone advise me?  I am new to all things INDY.  Thank you.

Dale F.

Replies:

www.cryer.info
Managed Newsgroup Archive