Componentes.Terceros.FastRe.../official/3.23/teechart.txt
2007-09-10 15:54:09 +00:00

14 lines
685 B
Plaintext

Installing the FastReport with different TeeChart packages
1. Open the "FastReport 3\Source\tee.inc" file in the text editor
("FastReport 3\Lib\tee.inc" for FastReport Basic and Standard).
Uncomment a line with required TeeChart version
({$DEFINE TeeChart45}, {$DEFINE TeeChart55}, {$DEFINE TeeChart6}, {$DEFINE TeeChart7})
2. Open the "FastReport 3\FastScript\tee.inc" file in the text editor
("FastReport 3\Lib\tee.inc" for FastReport Basic and Standard).
Uncomment a line with required TeeChart version
({$DEFINE TeeChart45}, {$DEFINE TeeChart55}, {$DEFINE TeeChart6}, {$DEFINE TeeChart7})
3. Recompile FastScript and FastReport packages (see "install.txt" file).