FreeReport in IBO mode

edited 11:57AM in FreeReport

Hy there...
I??m here because I need a little Help...


I??m using D6 - IBO 4.2 - FreeRepot 2.32-1

I??m trying to activate the native support for IBO. And do this:

1- Inside FR.INC do this... and save

//
Interbase Objects (IBO) components
// Allows using Interbase DB's with no BDE required.
// Note: this will exclude TfrDataStorage component from FR package.
{$DEFINE IBO}



2- Then compile the package, and the compiler said:

[Fatal Error] FREEREP6.dpk(37): Required package 'IBO_D6' not found


Then going to see the source of the error and find in FREEREP6.dpk:

...
requires
VCL,
DESIGNIDE,
VCLSMP
{$IFDEF IBO}
, IBO_D6
{$ELSE}
, VCLDB
{$ENDIF}

{$IFDEF TeeChart}, TEE {$ENDIF}
{$IFDEF RX}, RXCTL6 {$ENDIF}
{$IFDEF JPEG}, VCLJPG {$ENDIF}
{$IFDEF BDE}, BDERTL {$ENDIF}
{$IFDEF IBX}, IBEXPRESS {$ENDIF}
{$IFDEF ADO}, ADORTL {$ENDIF};

...


FR needs something (IBO_D6 ???) that I don??t know what it is. So please tell me what put there.


Someone in the IBO news group answer to other guy about this:
> Someone replied off-list that the IBO bpl's (bpi's?) need to be added
> to the FR project. Once this is done FR installs fine.



I don??t know what that means... so please tell me


By the way... the same problem happens to me with the IBX.


The last consult: The last part in the FR.INC means that when I choose IBX - IBO - ADO, I don??t use the BDE and the other two.



Thanks

GGAAAFF

Leave a Comment