Subject Re: [IBO] IBObjects and Fast Report
Author Dmitry Beloshistov
Hello, Cao!
You wrote to <IBObjects@yahoogroups.com> on Fri, 12 Nov 2004 10:24:16 +0200:

CA> It seems if IBO_D5 is only provided with the evaluation version?

No, IBO_D5 is IBO 3.x package.

AFAIK you save FR5.dpk before compile package from Delphi IDE. In this case
Delphi remove all {$IFDEF...} from .dpk source.
Change you FR5.dpk "requires" section to (below) and recompile package...

requires
VCL50,
VCLSMP50
{$IFDEF IBO}
{$IFDEF IBO4}
, IBO40CRT_D5,
IBO40FRT_D5,
IBO40TRT_D5,
IBO40VRT_D5,
IBO40XRT_D5
{$ELSE}
, IBO_D5
{$ENDIF}
{$ELSE}
, VCLDB50
{$ENDIF}
{$IFDEF BDE}, VCLBDE50 {$ENDIF}
{$IFDEF IBX}, VCLIB50 {$ENDIF}
{$IFDEF ADO}, VCLADO50 {$ENDIF}
{$IFDEF JPEG}, VCLJPG50 {$ENDIF}
{$IFDEF TeeChartStd},TEE50 {$ENDIF}
{$IFDEF TeeChart45}, TEE45 {$ENDIF}
{$IFDEF TeeChart55}, TEE55 {$ENDIF}
{$IFDEF RX}, RXCTL5 {$ENDIF}
{$IFDEF MWEDIT}, mwEdit_D5 {$ENDIF};

P.S. It`s original "requires" section from Fr5.dpk...

WBR,Dmitry Beloshistov AKA [-=BDS=-]