Page 1 of 1

QR407/C++Builder 2007/ Problems with TQRChart

Posted: Wed Jan 20, 2010 9:26 am
by 9348487
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

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

Posted: Thu Jan 21, 2010 8:53 am
by narcis
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!

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

Posted: Sun Jan 24, 2010 11:57 pm
by 9348487
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

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

Posted: Mon Jan 25, 2010 10:16 am
by narcis
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.