Subject Re: [IBO] Fast Report & IBO
Author Dmitry Beloshistov
Hello, Artur!
You wrote to <IBObjects@yahoogroups.com> on Tue, 3 Sep 2002 16:00:22 +0100:


AA> A friend of mine is trying to use FastReport with IBO, with some
AA> problems.
AA> He's not so good in english, so he ask me for some help. Here we go:

AA> According to him, he changed the FR.INC file:

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

Check also {$DEFINE IBO4} (two line down) in FR.INC file...
if IBO4 defined - latest version of IBO will be used...

See these from FR4.dpk:
---------------------------------
requires
....................
{$IFDEF IBO}
{$IFDEF IBO4}
, IBO40CRT_D4, <-- IBO 4.x will be used
IBO40FRT_D4,
IBO40TRT_D4,
IBO40VRT_D4,
IBO40XRT_D4
{$ELSE}
, IBO_D4 <-- IBO 3.x will be used
{$ENDIF}
{$ELSE}
, VCLDB
{$ENDIF}
---------------------------------


AA> But, at compile time - using Delphi 4 - it gives an error message,
AA> that "IBO_D4.DPK is missing".

AA> [I don't remember very well, because I just used IBO 3 for a week or
AA> two, but it seems to me that FastReport is trying to use the last
AA> version of IBO.
AA> Am I wrong?]

AA> Anyone here that is using Delphi 4.03P, IBO 4.2Hi plus FastReport
AA> 2.32-1 that can give an help?


WBR, Dmitry Beloshistov AKA [-=BDS=-]
e-mail: torin@...