FastReport 4.6 + TeeChart 7.07 + C++Builder 6
Hi ,
Has anybody installed successfully FastReport 4.6 + TeeChart 7.07 in C++Builder 6?
All packages recompile fine except frxTee6.bpk, where I get this error:
[Pascal Fatal Error] frxChartHelpers.pas(25): File not found: 'TeePolar.dcu'
If I set the path in the project to TeeChart7\Builder6\Lib folder where TeePolar.dcu is found it gives me this error:
[Pascal Fatal Error] frxChartHelpers.pas(25): Unit TeePolar was compiled with a different version of TeEngine.TSeriesPointer
How can I fix this?
Many thanks.
Has anybody installed successfully FastReport 4.6 + TeeChart 7.07 in C++Builder 6?
All packages recompile fine except frxTee6.bpk, where I get this error:
[Pascal Fatal Error] frxChartHelpers.pas(25): File not found: 'TeePolar.dcu'
If I set the path in the project to TeeChart7\Builder6\Lib folder where TeePolar.dcu is found it gives me this error:
[Pascal Fatal Error] frxChartHelpers.pas(25): Unit TeePolar was compiled with a different version of TeEngine.TSeriesPointer
How can I fix this?
Many thanks.
Comments
I had to manually modify frxTee6.bpk: I replaced tee.bpi with TeePro7C6.bpi and teeui.bpi with TeeUI7C6.bpi.
It compiled OK with those changes.