Subject Re: [IBO] problems with D6 install of IBO
Author Nando Dessena
chris,

> There were *NO* _D6.dpk extensions in my downloads and I presumed to use the
> _D5.dpk

your presumption was actually wrong. You should use the packages with no
_D<whatever> extension.
Jason has taken advantage of the fact that, in Delphi 6, you just call
the package source IBO40CRT.dpk and set its Options/Lib Suffix to '_D6'
to create IBO40CRT_D6.bpl. Package sources stay the same, just compiled
files change name at will.

BTW, my HowToInstall.txt says this:

> NOTE: Beginning with Delphi 6 the suffix _D6 will not be required on package files.

I'd specify "package *source* files".

Having said that, if you open the IBO40_D6.bpg project group, you should
find a list of bpl packages (*with* the _D6 suffix, see above) to
compile. Do a Build All Projects and you're on your way.

Having compiled the D5 packages, you'll have some garbage to get rid of
before you can successfully compile the right packages.

> and then I run into the problem of the proxies.pas not found in
> DesignEditors.

Oh, and get out that $DELPHI\ToolsAPI from your path; design time stuff
like that should not be recompiled.

> I've spend a fair amount time on the install and it's not looking good. It
> seemed either I am wrongfully using the _D5.dpk or something else is
> missiong. I *don't* have any _D6.dpks.

That means you have the correct distribution after all. ;-)
Ciao
--
____
_/\/ando