Jump to content
peekaywae

Help!

Recommended Posts

Hello,

 I need help getting complete files (*.dpk, *.bpl,  libeay32.dll and ssleay32.dll) for Indy 10 for an old Delphi 7 project. 

Please help me. Thanks and best regards.

Share this post


Link to post
31 minutes ago, peekaywae said:

I need help getting complete files (*.dpk, *.bpl,  libeay32.dll and ssleay32.dll) for Indy 10 for an old Delphi 7 project.

DPKs for Delphi 7 are available in Indy's GitHub repo:

 

https://github.com/IndySockets/Indy

 

You have to compile the DPKs yourself to get BPLs, Indy does not provide pre-compiled DCUs/BPLs:

 

https://github.com/IndySockets/Indy/wiki/Updating-Indy

 

OpenSSL DLLs that are compatible with Indy are available in Indy's GitHub repo:

 

https://github.com/IndySockets/OpenSSL-Binaries

 

Indy 10 currently supports up to OpenSSL 1.0.2u (but support for 3.x is in the works). 

Edited by Remy Lebeau

Share this post


Link to post

Thank you Remy. I will try to see if I can go through all that long process of compiling files from scratch again.

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×