When I run a desktop application - which calls
https://yahoo.com - in a certain folder, it works.
When I put the same bit of code in a .DLL (in the same folder) that calls Abyss (X2 v2.11.2 ), I get the following error:
<<
Project abyssws.exe raised exception class EIdOSSLCouldNotLoadSSLLibrary
>>
I have deliberately set the code in Delphi to use all SSL versions:
IdSSLIOHandlerSocketOpenSSL2.SSLOptions.SSLVersions := [sslvSSLv3, sslvSSLv23, sslvSSLv2, sslvTLSv1,sslvTLSv1_1,sslvTLSv1_2];
The folder with abyssws.exe contains libeay32.dll and ssleay32.dll - I think they came with the installation
I put various versions (and nothing) in the folder with the .DLL to no avail
Any ideas?
Thank. :-)