Subject | Re: [IBO] IBO4 - build error |
---|---|
Author | Helen Borrie |
Post date | 2001-06-14T05:18:16Z |
At 12:15 AM 14-06-01 -0400, you wrote:
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
_______________________________________________________
>I downloaded IBO4 beta and received the following error while buildingAssuming you just installed the z2 patch, either copy IB_Registration.pas from the z1 patch, or try this:
>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?
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
_______________________________________________________