QR407/C++Builder 2007/ Problems with TQRChart

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
rmsware
Newbie
Newbie
Posts: 2
Joined: Wed Dec 27, 2006 12:00 am
Contact:

QR407/C++Builder 2007/ Problems with TQRChart

Post by rmsware » Wed Jan 20, 2010 9:26 am

Hi,

I am using QuickReport 4.07 with C++Builder 2007 on a Vista System.
I installed the TeeChart 7.11 FullSource and used TeeRecompile after installation
and downloaded and use the TeeChart7QRSourceCode.

Now I try to install TeeChart component TQRChart on my C++Builder.

The first problem is, that the TeeChart packages have to be opened in delphi
personality. To get all components installed I have to use the Delphi files
of Quickreport. In the end all packages are installed in Delphi.

Sadly I can not use the Delphi Quickreport files in the C++Builder personality
to build other components and I am not able to see the teechart components
in the tool box in the C++Builder personality.

One problem ist that it is not possible to use delphi and C++ libraries at the same time.

I think the problem would be solvable if I could work with the Teechart/TQRChart in the
c++Builder personality. I would be able to compile everything from there and then to
use the C++Builder specific files (for example bpi) for my own developments.

So I hope that there is a way to do it. Please tell me where I can find/download the
C++Builder specific Project/Package files and how to handle it.

By the way I hope my problem is understandable explained. I would be thankful for
all ideas.

Best regards,
Alex Reincke

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

Re: QR407/C++Builder 2007/ Problems with TQRChart

Post by Narcís » Thu Jan 21, 2010 8:53 am

Hi Alex,

The problem here is that Quick Report made different packages for Delphi and C++ Builder personalities. This causes problems with TeeChart's references as TeeChart's packages are the same for Delphi and C++ Builder.

To solve this issue you could read this thread. I've sent you the TQRChart packages for QR 4, C++ Builder 2007 and TeeChart v8. You should just downgrade v8 references to v7. Also please read readme.txt included.

Hope this helps!
Attachments
Tee8QRC11.zip
(17.21 KiB) Downloaded 224 times
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

rmsware
Newbie
Newbie
Posts: 2
Joined: Wed Dec 27, 2006 12:00 am
Contact:

Re: QR407/C++Builder 2007/ Problems with TQRChart

Post by rmsware » Sun Jan 24, 2010 11:57 pm

Hi Narcís,

thanks for the help. That did it. First I had some file trubble because of to many different
versions and tries but in the end it worked. But one thing: I also have to add a reference
to the vclx.bpi in the dcl package and I can not use the TreePro package at the same time.

I wondered a bit but who cares - it works.

Thanks a lot.
Alex Reincke

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

Re: QR407/C++Builder 2007/ Problems with TQRChart

Post by Narcís » Mon Jan 25, 2010 10:16 am

Hi Alex,
I can not use the TreePro package at the same time.
Which is the exact error message do you get? This is most likely TQRChart packages are referencing to incorrect TeeChart packages.
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

Post Reply