FastReport 3 Demo Install problem
Hi,
I have a problem trying to install the FR3 demo into Delphi 7 with TeeChart 7.
For some reason the dclfs7.bpl file tries to link in tee70.bpl instead of tee77.bpl. I have modified the tee.inc file and commented the {$DEFINE TeeChartStd} line and uncommented the {$DEFINE TeeChart7} line. When I look in fsTee7.dpk this should cause the linker to link with TEE77 as specified in this line:
{$IFDEF TeeChart7} TEE77, {$ENDIF}
After recompiling the fast report packages using the recompile.exe tool, and replacing the .bpl files in windows\system32 I get the following error when trying the install the dclfsTee7.bpl package: Cannot load package 'tee70'. It contains unit 'TeeAbout', which is also contained in package 'Tee77'.
Is there any way to get past this problem. I'd really love to try the demo, even if I can get a demo exe it will help a lot.
Best Regards,
Don Schoeman
I have a problem trying to install the FR3 demo into Delphi 7 with TeeChart 7.
For some reason the dclfs7.bpl file tries to link in tee70.bpl instead of tee77.bpl. I have modified the tee.inc file and commented the {$DEFINE TeeChartStd} line and uncommented the {$DEFINE TeeChart7} line. When I look in fsTee7.dpk this should cause the linker to link with TEE77 as specified in this line:
{$IFDEF TeeChart7} TEE77, {$ENDIF}
After recompiling the fast report packages using the recompile.exe tool, and replacing the .bpl files in windows\system32 I get the following error when trying the install the dclfsTee7.bpl package: Cannot load package 'tee70'. It contains unit 'TeeAbout', which is also contained in package 'Tee77'.
Is there any way to get past this problem. I'd really love to try the demo, even if I can get a demo exe it will help a lot.
Best Regards,
Don Schoeman
Comments