git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.FastReport@9 475b051d-3a53-6940-addd-820bf0cfe0d7
14 lines
685 B
Plaintext
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).
|