recompile question

Bert BinnenmarschBert Binnenmarsch Terneuzen
edited 9:54PM in FastReport 3.0
Which path do I have to enter for 'Path to TeeChart files' in the recompile program?

Comments

  • Bert BinnenmarschBert Binnenmarsch Terneuzen
    edited 9:54PM
    I have seen several reports from people having problems recompiling FastReport with a non-standard version of TeeChart.

    Yesterday and today I have tried using the recompile program and manual installations but when recompiling frxTee7.dpk it keeps complaining about fsTee7: Required package TEE not found.

    That is correct, there is no TEE package but a TEE67 package. The include file tee.inc contains the correct define.

    What is wrong here?

    Why does FastReport still has problems when using a non-standard version of TeeChart.

    Please note that I also have FastReport 2.53 installed on my PC. It was much easier to get that to work.

    I really hope that someone can help me.

    Bert
  • lfelipelfelipe Mexico , TRN COAH
    edited May 2006
    Bought FR3 too and have same problem ;)

    Can't install dclfrxTee7 with Delphi 7 and Tee77



    requires in dclfsTee7
    requires
     ? VCL,
     ? DESIGNIDE,
     ? fs7,
     ? Tee77;
    
    No problem with dclfsTee7 , installed fine.

    requires in dclfrxTee7
    requires
     ? VCL,
     ? rtl,
     ? designide,
     ? vcljpg,
     ? TeeUI77,
     ? Tee77,
     ? TeePro77,
     ? fs7,
     ? dclfsTee7,// ? (Required package 'TEE' not found)
     ? frx7;
    

    compiler always stop at pkg dclfsTee7

    Deleted old DCU's and it works fine now

    Thanks for no answer.... ;)

Leave a Comment