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
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