Page 1 of 1

TeeChart 7.04 + Delphi 2005 + QuickReport 4.05

Posted: Wed Feb 02, 2005 4:42 pm
by 9336880
Hello,

There's no QuickReport folder when I install TeeChart 7.02 for Delphi 2005.
So, when I copy this folder from Delphi 7 and try to recompile TeeQR77.bpl, I have this error:

[Erreur fatale] QRTee.pas(13): F2051 L'unité QuickRpt a été compilée avec une version différente de QRPrntr.TQRPaperSize

in english: QuickRpt is compiled with a different version of QRPrntr.TQRPaperSize

What's wrong ?

Best regards.

Posted: Wed Feb 02, 2005 4:56 pm
by narcis
Hi lolo31,
There's no QuickReport folder when I install TeeChart 7.02 for Delphi 2005.
You're right. That's because QuickReport is not included in Delphi 2005. Anyways we have decided to include those packages in v7.04 upcoming release.


If you wish I can send you the packages and here you will find the instructions to install TeeChart being compatible with newer versions (newer than the one included in Delphi) of QuickReport.

Posted: Thu Feb 03, 2005 8:18 am
by 9336880
Hi,

Don't worry about the error message: it was a QR installation problem.

So, I can't install the D7's package of TQRChart in D9. Can you send me the new package ?

Posted: Thu Feb 03, 2005 9:49 am
by narcis
Hi lolo31,
So, I can't install the D7's package of TQRChart in D9.
Yes, but you will have to adapt all dependencies to your QuickReport version and Delphi 9 following the instructions in the link I sent you in my previous post.
Can you send me the new package ?
Yes, but I'll need your e-mail address. Can you post it here or send it directly to me.

Posted: Thu Feb 03, 2005 1:46 pm
by 9336880
When I compile your new package (TeeQR79), I have this compilation error:

BackImageTransp is not in the class TChart (in QrTee.pas)

Posted: Thu Feb 03, 2005 2:10 pm
by narcis
Hi lolo31,

Have you changed it's references to your Quick Report version packages as told at the FAQ's instructions I pointed you?

TeeChart 7.04 + Delphi 2005 + QuickReport 4.05

Posted: Mon Feb 21, 2005 1:33 pm
by 9336880
Hello,

I have juste installed the 7.04:
Now, TeeQR79.bpl compiles fine
but I can't compile DclTQR79.bpl
The error is : can't find DesignIntf unit in TeeQRTeeReg.pas
and when I declare the path to DesignIntf, the error is: can't find DesignerTypes unit in DesignIntf

Best regards.

Posted: Wed Feb 23, 2005 10:59 am
by 9336880
Just find the solution:
not specify the path to DesignIntf unit but add designide package in the require list as described in:
http://qc.borland.com/wc/qcmain.aspx?d=10283

Hope, this will help somebody...