Einzelnen Beitrag anzeigen

HolgerX

Registriert seit: 10. Apr 2006
Ort: Leverkusen
961 Beiträge
 
Delphi 6 Professional
 
#10

AW: SSL Bibliothek nicht gefunden..

  Alt 27. Nov 2019, 18:18
Hmm...

Quick and Dirty:

Benenne die DLLs um und trage deren Namen in

IdSSLOpenSSLHeaders

bei den Konstanten namen ein....

Delphi-Quellcode:
const
  SSL_DLL_name = 'ssleay32.dll'; {Do not localize}
  //The following is a workaround for an alternative name for
  //one of the OpenSSL .DLL's. If you compile the .DLL's using
  //mingw32, the SSL .dll might be named 'libssl32.dll' instead of
  //ssleay32.dll like you would expect.
  SSL_DLL_name_alt = 'libssl32.dll'; {Do not localize}
  SSLCLIB_DLL_name = 'libeay32.dll'; {Do not localize}
Oder, Du schiebst der anderen Anwendung einfach deine Version der DLLs unter
(Ja ich Verwende Delphi 6 Pro und will NICHT wechseln!)
  Mit Zitat antworten Zitat