Re: [IBO] Cannont install ibobjects types.dcu not found
Author
Calin Iancu Pirtea
Post date
2003-03-30T13:50:27Z
----- Original Message -----
From: "arthur_garlick"
> Hello,
> I've just downloaded IBO4 with the relevant .dcus for Delphi5.
>
> I am trying to install into Delphi 5 Enterprise.
>
> I am unable to do a clean install because the IB_ControlInterface
> unit uses Types, unfortunately I do not have Types.dcu.
>
> A few sources on the net indicate that Types.dcu is not part of the
> D5 installation and that it is something to do with Kylix?
>
> I haven't seen anyone else complain of this. I've been through the
> installation guide and I'm sure I've followed them accurately.
> Perhaps the changes on 6th Jan 2003 introduced types.dcu?
>
> Can anyone help?
>
Instead of "types" use "windows" in the uses clause.
The only thing needed seems to be TRect wich is defined in windows.pas.