Teechart

Does FR2.51 support Teechart (pro) ver6 ?

And , if so, have I configure something ?

Thx

Comments

  • Bert BinnenmarschBert Binnenmarsch Terneuzen
    edited 9:23PM
    Hello,

    > 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

Leave a Comment