In fr.inc make the following changes.
Line 105: add define for TeeChart60
Line 178: add ifdef and define for TeeChart60
In fact you copy and modify the stuf for previous TeeChart versions.
In the original code around line 105 you see that the defines are in comments, don't do that for the new TeeChart60 definition.
In fr7.dpk add the following:
Line 55: {$IFDEF TeeChart60}, TEE67 {$ENDIF}
Comments
> Does FR2.51 support Teechart (pro) ver6 ?
Yes.
In fr.inc make the following changes.
Line 105: add define for TeeChart60
Line 178: add ifdef and define for TeeChart60
In fact you copy and modify the stuf for previous TeeChart versions.
In the original code around line 105 you see that the defines are in comments, don't do that for the new TeeChart60 definition.
In fr7.dpk add the following:
Line 55: {$IFDEF TeeChart60}, TEE67 {$ENDIF}
Recompile and install FR.
This should work, it did for me.
Regards,
Bert