Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
libeay32.dll not found
#5
(01-16-2021, 09:13 AM)rlebeau Wrote:
(01-16-2021, 06:16 AM)fearcry Wrote:
Code:
UnicodeString Path = GetCurrentDir();

Don’t use GetCurrentDir() for this. You can’t guarantee the calling process’ working directory is what you are expecting at any given moment. To get the folder path where your app is running from, use ExtractFilePath(Application->ExeName) or ExtractFilePath(ParamStr(0)) instead.

Thank you very much for your response.
I have solved the problem. I am used the wrong dll-versions.
With version 0.9.8.15 of the libeay32.dll and the ssleay32.dll it works.
Reply


Messages In This Thread
libeay32.dll not found - by Matti1104 - 01-15-2021, 01:36 PM
RE: libeay32.dll not found - by rlebeau - 01-15-2021, 07:24 PM
RE: libeay32.dll not found - by fearcry - 01-16-2021, 06:16 AM
RE: libeay32.dll not found - by rlebeau - 01-16-2021, 09:13 AM
RE: libeay32.dll not found - by Matti1104 - 01-18-2021, 07:16 AM
RE: libeay32.dll not found - by rlebeau - 01-19-2021, 06:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)