Page 1 of 1

Errors Recompiling TQRChart for QuickReports in Delphi 2006

Posted: Thu Nov 30, 2006 8:14 pm
by 9344774
Using
=========================
Delphi 2006
QuickReport 4.06 Pro
TeeChart Pro 7.08
=========================

I performed the following steps of the instructions.
1) Open Delphi 2006.

2) Next, close all projects. Then go to the "File->Open project" menu and pick the TeeQR710.dpk package.

3) For <b>Quick Report 4</b>, you'll have to remove the reference to the old <b>Quick Report v3</b> package and replace it with the new runtime package. For Delphi 7, you should remove the qrpt70.dcp file (or similar, depending which QR version you previously used) and replace it with the QR4RunD7.dcp package. Also, set the package build option to "Rebuild as needed".
------------------------
I changed the the QRPT.dcp to QR4runD2006.dcp
------------------------

4) Now click the "Compile" button. The package should compile correctly. If you receive errors, see "TroubleShooting" below.

------------------------
No Errors were receive during the compiled
------------------------

8 ) Open the DclTQR710.dpk package ("File->Open project" menu).

9) Now click the "Compile" button. The package should compile automatically. If you receive errors, see "TroubleShooting" below.
------------------------
Errors were received during this compile.
Error = Required Package DCLTEE710 not found.

Could not continue from th is point..

Could you please provide some assistance.


As an Aside this happened when i tried to use the TQRChart component in Delphi 2005. I had the same problem and could never get the code to compile correctly and you finally sent me a copy of the compiled code to my email address. Your help is appreciated. Thanks


Posted: Fri Dec 01, 2006 8:29 am
by narcis
Hi okfoods,
Errors were received during this compile.
Error = Required Package DCLTEE710 not found.

Could not continue from th is point..

Could you please provide some assistance.
This is because this package can not find TeeChart packages. You should add DclTee710 path's at the project you are compiling Search Path section at Project\Options\Directories/Conditionals. Search for DclTee710.dcu in your hard drive and add its path at the package search path list.
As an Aside this happened when i tried to use the TQRChart component in Delphi 2005. I had the same problem and could never get the code to compile correctly and you finally sent me a copy of the compiled code to my email address. Your help is appreciated. Thanks
We don't have those packages available. However the error you are getting isn't a dificult one to solve. Please try what I suggested and post here if you have more problems.

Posted: Fri Dec 01, 2006 2:38 pm
by 9344774
I guess since we are using the pro version I could not find this file name but when I used the file name DCLTeePro710.dcp it worked. I would suggest documenting that info in your recompile process where it wouldn't be so confusing. Thanks for you help.