Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
libeay32.dll not found
#4
(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.

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)