bcb5 and IBO

Hi!
I just tried to compile and install fastreport version 2.53.

Without uncommenting anything in the fr.inc it works.
But when i uncomment the lines
//{$DEFINE IBO}
//{$DEFINE IBO4}
it won??t work.
"Unit FR_Class was compiled with a diverent version of FR_DBSet.TfrDBDataSet"
Does anybody have a solotion for it?

In this forum i found the following solution:
"
Edit fr.inc to include IBO
Before compiling, I added

USEPACKAGE("IBO40CRT_C5.bpi");
USEPACKAGE("IBO40FRT_C5.bpi");
USEPACKAGE("IBO40VRT_C5.bpi");

to fr.cpp, and also included the IBO paths so that FR could see the headers etc.


Also, I found that I needed to manually change a .hpp file (specific to BCB) because it was using db::TDataset and db::TDataSource instead of the IBO versions.
"
but i didnt get it work
;)

Regards,
Stephan Treder

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.