Teechart

Does FR2.51 support Teechart (pro) ver6 ?

And , if so, have I configure something ?

Thx

Comments

  • Bert BinnenmarschBert Binnenmarsch Terneuzen
    edited 10:24AM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.