Link to home
Start Free TrialLog in
Avatar of LeTay
LeTay

asked on

DLL missing when installing a package (Delphi XE8)

I am migrating from Delphi XE2 to XE8
After compiling one of my own packages, I tried to install it
I get the error (I translate from french) : impossible to start the program because jastay.dll is missing on your computer.
That DLL is one of mine as well.
What shall I do (reference it ? copy it somewhere ?) to have to installation of the package OK ?
ASKER CERTIFIED SOLUTION
Avatar of Sinisa Vuk
Sinisa Vuk
Flag of Croatia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of LeTay
LeTay

ASKER

Well, this is a package I wrote
I compile it, result (bpl) in its source directory
I put the jastay.dll there as well but when installing it, it still fails
In which Delphi XE8 directory should I put the dll ?
Thanks
Your package call these dll? Did you link it statically?

Best position is windows/system32 folder in this case.
Avatar of LeTay

ASKER

Thanks, I adapted the "path", pointing where the DLL is located and it works