Subject Re: [IBO] IBO4 - build error
Author Helen Borrie
At 12:15 AM 14-06-01 -0400, you wrote:
>I downloaded IBO4 beta and received the following error while building
>the packages:
>Package: IBO40DDT_D5.dpk
>In IB_Registration
>error - missing designintf.dcu
>I can find no such file in the z or z2 zip from 6/13/01 version
>
>Any suggestions?

Assuming you just installed the z2 patch, either copy IB_Registration.pas from the z1 patch, or try this:

Find this block in IB_Registration.pas:

{$IFDEF IBO_VCL40_OR_GREATER}
DesignIntf,
{$ELSE}
DsgnIntf,
{$ENDIF}

and change it so it is just this:

DsgnIntf,

Borland in its wisdom has changed the names of some of the source units in D6, hence the new $IFDEF. But it looks as if there's a typo here.

Helen

All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________