Fastscript + TeeChart 7 Pro
I am installing TeeChart 7 Pro and having some issues with fastscript, was it compiled with an older (and clashing) version of TeeChart?
I have :
1. updated fs7.dpk to reference Tee77 in the requires clause instead of TEE
2. Added TeCanvas to fs_ichartrtti.pas (for TChartBrush)
did a build all on fs7.dpk the dcsl7.dpk, compiled fine, but somwhere there must be a reference/requirement for Tee70.bpl, as it keeps looking for it (it has been removed as part of the upgrade process).
Any ideas/hints on getting this working?
Aaron
I have :
1. updated fs7.dpk to reference Tee77 in the requires clause instead of TEE
2. Added TeCanvas to fs_ichartrtti.pas (for TChartBrush)
did a build all on fs7.dpk the dcsl7.dpk, compiled fine, but somwhere there must be a reference/requirement for Tee70.bpl, as it keeps looking for it (it has been removed as part of the upgrade process).
Any ideas/hints on getting this working?
Aaron
Comments
Still not working.
I did a search across my entire HDD of fs*.dcp;fs*.dcu;fs*.bpl and deleted them all.
This worked.
Thanks