TeeChart 7.04 + Delphi 2005 + QuickReport 4.05

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
lolo31
Newbie
Newbie
Posts: 19
Joined: Thu Mar 25, 2004 5:00 am

TeeChart 7.04 + Delphi 2005 + QuickReport 4.05

Post by lolo31 » Wed Feb 02, 2005 4:42 pm

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.
Last edited by lolo31 on Tue Feb 22, 2005 7:29 am, edited 1 time in total.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Feb 02, 2005 4:56 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

lolo31
Newbie
Newbie
Posts: 19
Joined: Thu Mar 25, 2004 5:00 am

Post by lolo31 » Thu Feb 03, 2005 8:18 am

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 ?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Feb 03, 2005 9:49 am

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.
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
Image Image Image Image Image Image
Instructions - How to post in this forum

lolo31
Newbie
Newbie
Posts: 19
Joined: Thu Mar 25, 2004 5:00 am

Post by lolo31 » Thu Feb 03, 2005 1:46 pm

When I compile your new package (TeeQR79), I have this compilation error:

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Feb 03, 2005 2:10 pm

Hi lolo31,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

lolo31
Newbie
Newbie
Posts: 19
Joined: Thu Mar 25, 2004 5:00 am

TeeChart 7.04 + Delphi 2005 + QuickReport 4.05

Post by lolo31 » Mon Feb 21, 2005 1:33 pm

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.

lolo31
Newbie
Newbie
Posts: 19
Joined: Thu Mar 25, 2004 5:00 am

Post by lolo31 » Wed Feb 23, 2005 10:59 am

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...

Post Reply