DMX78 0 Posted September 13, 2023 Hi, I need to support old project that built using Delphi 7 and Indy 9, but now I need to add support for SMTP protocol which exist only on Indy 10, so can I install indy 10 on Delphi 7, can you please also tell me the documentation or a website to install it Thank you Share this post Link to post
DelphiUdIT 176 Posted September 13, 2023 You can start from here: https://github.com/IndySockets/Indy/wiki/Updating-Indy 2 1 Share this post Link to post
Remy Lebeau 1394 Posted September 13, 2023 What @DelphiUdIT said. Indy 10 does have .dpk package files for Delphi 7, namely: IndySystem70.dpk IndyCore70.dpk IndyProtocols70.dpk dclIndyCore70.dpk dclIndyProtocols70.dpk 1 1 Share this post Link to post
DMX78 0 Posted September 15, 2023 Yes, i've found the files, so to make sure again, here is the summarizes steps: - Remove all existing files related to indy 9 - open all those files - set lib path to source files - compile all - install dc files Can you help me with lib path needed to set? thank you for the help Share this post Link to post
DelphiUdIT 176 Posted September 15, 2023 I use these (it's for Delphi 11.3 and Indy from github). 1 Share this post Link to post
DMX78 0 Posted September 15, 2023 Okay, thank you very much for the help, I will try it Share this post Link to post