Then he went to make coffee. The sun was just beginning to rise, and somewhere out there, fifty truck drivers were about to get their dispatch summaries. The groceries would move. The system, ancient and cantankerous, would live to see another day.
Delphi 7 links to MSVCRT.DLL (the system C runtime). Old OpenSSL 0.9.8 (for VC6) also links to MSVCRT.DLL . That works perfectly. Newer OpenSSL 1.1+ links to MSVCR90.dll or VCRUNTIME140.dll . Indy 9 cannot load these because the function names are decorated differently.
Install the Visual C++ 2008 SP1 Redistributable (x86). Or place msvcr90.dll alongside your EXE (check dependency with dumpbin /dependents libeay32.dll ).
Ready to Leave?
Select "Logout" below if you are ready to end your current session.
Delphi 7 Indy 9 Could Not Load Ssl Library -
Then he went to make coffee. The sun was just beginning to rise, and somewhere out there, fifty truck drivers were about to get their dispatch summaries. The groceries would move. The system, ancient and cantankerous, would live to see another day.
Delphi 7 links to MSVCRT.DLL (the system C runtime). Old OpenSSL 0.9.8 (for VC6) also links to MSVCRT.DLL . That works perfectly. Newer OpenSSL 1.1+ links to MSVCR90.dll or VCRUNTIME140.dll . Indy 9 cannot load these because the function names are decorated differently.
Install the Visual C++ 2008 SP1 Redistributable (x86). Or place msvcr90.dll alongside your EXE (check dependency with dumpbin /dependents libeay32.dll ).