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.
TeeChart 7.04 + Delphi 2005 + QuickReport 4.05
TeeChart 7.04 + Delphi 2005 + QuickReport 4.05
Last edited by lolo31 on Tue Feb 22, 2005 7:29 am, edited 1 time in total.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi lolo31,
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.
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.There's no QuickReport folder when I install TeeChart 7.02 for Delphi 2005.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi lolo31,
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.So, I can't install the D7's package of TQRChart in D9.
Yes, but I'll need your e-mail address. Can you post it here or send it directly to me.Can you send me the new package ?
Last edited by Narcís on Wed Oct 04, 2006 11:40 am, edited 1 time in total.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi lolo31,
Have you changed it's references to your Quick Report version packages as told at the FAQ's instructions I pointed you?
Have you changed it's references to your Quick Report version packages as told at the FAQ's instructions I pointed you?
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
TeeChart 7.04 + Delphi 2005 + QuickReport 4.05
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.
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.
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...
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...