Having dropped a TId
I get an exception from class EIdOSSLCouldNotLoadSSLLibrary
with message 'Could not load SSL Library'.
I have put 'libeay.dll' and 'ssleay32.dll' into the start directory, as I
read should be done, but somehow it isn't getting put in right.
The hunk of code raising the exception is in IdSSLOpenSSL:
..
if DLLLoadCount <= 0 then begin
if not IdSSLOpenSSL.LoadOpenSLLibrary then begin
raise
EIdOSSLCouldNotLoadSSLLibrary.Create(RSOSSLCouldNotLoadSSLLibrary);
end;
end;
..
Remember that I don't have an SSL certificate yet, so that might
be the issue to be solved, but does that stop loading of DLLs?
Does anyone know how to fix this?
Thanks,
Rich
_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi