The basic answer to your question is to use your Borland Install CD to
remove Indy then install Indy 9. One thing you may want to consider.
If you have produced any software that is out of your control (say on
a user's pc) that uses the version of indy that you are upgrading and
that customer installs software built with the new version of Indy you
will break the old software. For whatever reason, the version of Indy
that comes with CBuilder 6 uses indy60.bpl. The version of Indy 9 that
you download, build, and install also produces an indy60.bpl. These
two BPLs are NOT compatible and the older software will no longer work
once you overlay it's indy60.bpl. To avoid this problem I changed the
build files for Indy 9 to produce indy69.bpl. My idea was to keep both
numbers as a reminder. While this solved the above problem, I didn't
catch that I may have picked a poor name for the file, so you may want
to use indy96 <g>.
"Lynn" <l...@eagency.com> wrote in message news:<415872ad$1...@newsgroups.borland.com>...