2

I'm following instructions for how to upgrade Indy 10 in Delphi 2009 and I am stuck at the following steps:

Now, the packages have to be built in the following order:

System - Core - Protocol - dclCore - dclProtocol

For Delphi 2009, open the 130 packages, Delphi 2010 open the 140 packages.

I opened each package, then in the options I pasted the full path to lib\Indy10\ into the DCP and Unit output directory fields, and the full path to bin\ into the package output directory field.

Then I built the packages. For the dcl packages I also installed.

What does "open the 130 packages" mean?

Can anyone explain to me in detail how to build a package?

Community
  • 1
  • 1
Trevor
  • 16,080
  • 9
  • 52
  • 83

1 Answers1

7

The instructions are referring to the individual projects that contain 130 in their names, namely:

IndySystem130.dpk
IndyCore130.dpk
IndyProtocols130.dpk
dclIndyCore130.dpk
dclIndyProtocols130.dpk
Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770
  • Ahh Thanks, that makes sense.. The indy update files I downloaded were actually 120 so I must not of downloaded the latest for Delphi 2009 in the first place. I'm trying to update it so that I can upload files via http post. But i'll try a different approach. (the ones you mentioned in my other question thread ). Thanks – Trevor Jun 05 '12 at 22:23
  • Well I thought I would give it one more go and I found the 130 pkg files. Looks like I might get it to work! – Trevor Jun 05 '12 at 22:54