Subject Re: [IBO] Re: Error installing on Delph 7: IB_Constants.pas not found.
Author Helen Borrie
At 11:45 AM 04-12-02 +0000, you wrote:

> > When I tried to build all, I obtained the error "IB_Constants.pas
>not
> > found" so I renamed IB_Constants-spa.pas to IB_Constants.pas and
>the
> > error disappeared, but only to change to "IB_Parse.pas not found".

It sounds as if Delphi is not finding the path to your IBO root directory
where you should have unzipped the two zipfiles; or that you have not in
fact got IBO4_D7_DCU.zip at all. Therein are the DCUs for all of the units
that the compiler complains are missing.

To be clear, you need BOTH ibo4.zip and IBO4_D7_DCU.zip.

>I
> > guessed that changing IB_Parse.INT to IB_Parse.pas I would fix the
> > problem. And it would, but only to change to "IB_Components.pas
>not
> > found".
> >
> > Nevertheless, that time the trick didn't work with
>IB_Components.INT.
> > It seems as if the file wasn't an incomplete file. It's clear that
>I
> > don't know what an .INT file is and that it must be other the way I
> > have to use.

No, the way you have to use is: to obtain what you need and install
according to the instructions. The instructions can be downloaded from the
same page where you downloaded the evaluation kit.

You should also read the information in there about the non-english
ib_constants files. Swapping them in without bringing them up to date will
*not* solve any problems, it will just create more.

The INT files are not complete units - they are the interface
section. There are also IMP files, which contain the implementation, but
of course you won't get all of those without a full source licence.

heLen