Search found 6 matches

by Lucian
Tue Jun 20, 2006 3:32 pm
Forum: VCL
Topic: Installing TQRChart in C++ Builder 2006
Replies: 9
Views: 13562

Hi, That doesn't seem to work - I don't have any QuickReport components or TQRChart on the palette when in C++Builder 2006, only when in Delphi 2006. When I try to compile my project, I get the error "Type name expected" on the line TQRChart *QRChart; Where do I find the TQRChart header file for C++...
by Lucian
Tue Jun 20, 2006 11:20 am
Forum: VCL
Topic: Installing TQRChart in C++ Builder 2006
Replies: 9
Views: 13562

Hi there, I installed Borland BDS 2006. I installed QuickReport 4.06 for C++Builder 2006. This adds the packages QR4DesignC2006.bpl and QR4RunC2006.bpl to my 'Design Packages' list. I then installed TChart 7.07 Full Source Code. I then followed the instructions you linked to: 1) Go to the "Component...
by Lucian
Tue Jun 20, 2006 9:23 am
Forum: VCL
Topic: Installing TQRChart in C++ Builder 2006
Replies: 9
Views: 13562

Ah, OK.

So I open the Tee7QR4D10.dpk in the Delphi Win 32 identity and compile and install that?
How do I use QR4RunC2006.bpl when rebuilding? It seems to require a delphi QuickReport package.

Thanks

Tom Hatfield
by Lucian
Tue Jun 20, 2006 9:05 am
Forum: VCL
Topic: Installing TQRChart in C++ Builder 2006
Replies: 9
Views: 13562

When I run TeeRecompile.exe, am I supposed to see C++Builder 2006 in the list of installed environments?
I only get C++Builder 6, D2006.NET and D2006.Win32.

Thanks

Tom Hatfield
by Lucian
Thu Jun 08, 2006 3:15 pm
Forum: VCL
Topic: Installing TQRChart in C++ Builder 2006
Replies: 9
Views: 13562

Installing TQRChart in C++ Builder 2006

I'm having problems doing this - all the instructions are for Delphi rather than Builder. For Builder 2006, do you use DclTQR710.dpk and TeeQR710.dpk? (rather than DclTQR7C6.bpk - the one I used for Builder 6) When recompiling TeeQR710.bpl, how do you include QR4RunC2006.bpl? (the QuickReport for Bu...
by Lucian
Wed Dec 21, 2005 3:49 pm
Forum: VCL
Topic: TQRChart hangs after QuickReport upgrade
Replies: 1
Views: 2999

TQRChart hangs after QuickReport upgrade

QuickReport version: 4.06 Professional C++ Builder 6 Windows XP SP2 TChart Version 7.06 I've recently upgraded from the free version of QuickReport that ships with Builder to version 4.06 Professional. After successfully recompiling the TQRChart packages to work with the new version of QuickReport, ...