Jump to content
DMX78

Installing Indy 10 on Delphi 7

Recommended Posts

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

What @DelphiUdIT said.  Indy 10 does have .dpk package files for Delphi 7, namely:

 

IndySystem70.dpk

IndyCore70.dpk

IndyProtocols70.dpk

dclIndyCore70.dpk

dclIndyProtocols70.dpk

  • Like 1
  • Thanks 1

Share this post


Link to post

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×