Installing TQRChart Delphi 2005, TeeChartPro 7, QR 4.05

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
okfoods
Newbie
Newbie
Posts: 16
Joined: Wed Dec 28, 2005 12:00 am
Location: Fort Smith, Arkansas USA

Installing TQRChart Delphi 2005, TeeChartPro 7, QR 4.05

Post by okfoods » Wed May 24, 2006 1:53 pm

Using
Delphi 2005
TeeChartPRo 7
QuickReport 4.05

I am trying to install the TQRChart component for quick report.
I have followed the instructions in the support FAQ but I am confused.

You are supposed to install the TeeChart compnent DclTeeProxx.bpl to use TeeChart pro. In the instructions for installing the TQRChart it wants u to recompile the DclTQr79.dpk.

So it seems that the dpk is specialized for including the QRchart. This assumption seems more correct when i see the TeeQR79.dcp inside of this dpk.

I see no reference to the Teeqr79 anywhere in the dclTeeProxx.dpk.
I also see no specialized dclTeeproQRxx.dpk.

So wouldn't recompiling the other dpk simply depricate my teechart to the non pro version?

How do I install the TQRChart with the Tee Chart Pro version?

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 May 24, 2006 2:38 pm

Hi okfoods,

DclTeePro79.bpl package includes TeeChart Pro v7 components but not TeeChart Pro v7 for QuickReport components. Those components are in DclTQR79.bpl (design-time package) which already references TQR79.dcp (run-time package) in which you should change the Quick Report package reference. Having this in mind you should follow the instructions here.

If you run across any specific problem during the process don't hesitate to post it here.

You should have in mind a flickering issue recently reported and how this can be solved, please read this message for further information.
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

okfoods
Newbie
Newbie
Posts: 16
Joined: Wed Dec 28, 2005 12:00 am
Location: Fort Smith, Arkansas USA

Installing TQRChart Delphi 2005, TeeChartPro 7, QR 4.05

Post by okfoods » Wed May 24, 2006 6:31 pm

So we are supposed to install both versions of the bpl?

The DclTQr79.bpl and the dclTeeproQRxx.bpl?

When I try installing the DclTQr79.bpl after rebuilding it, I get the
following message

"The procedure entry point @Teesymboleditor@initialization$qqrv could not be located in the dynamic library TeeUI79.bpl

The installation instructions of teechart specify that you only have one of the tee chart bpls installed at one time?

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 May 25, 2006 7:25 am

Hi okfoods,
So we are supposed to install both versions of the bpl?

The DclTQr79.bpl and the dclTeeproQRxx.bpl?


You need to have installed DclTee79.bpl (TeeChart standard packages), DclTeePro79.bpl (TeeChart Pro packages) and DclTQR79.bpl (TeeChart for Quick Report packages).
When I try installing the DclTQr79.bpl after rebuilding it, I get the
following message

"The procedure entry point @Teesymboleditor@initialization$qqrv could not be located in the dynamic library TeeUI79.bpl


Have you checked that the project/package references the correct TeeUI79.bpl folder on its search path list at Project\Options\Directories/Conditionals.
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

okfoods
Newbie
Newbie
Posts: 16
Joined: Wed Dec 28, 2005 12:00 am
Location: Fort Smith, Arkansas USA

Installing TqrChart

Post by okfoods » Thu May 25, 2006 2:40 pm

Ok, I finally got it to install but now I can't install TeeChartPro.

First of all I removed all of the TeeChart bpls and followed the instructions on compiling. I then re installed the bpls for the basic tee chart first.

Now when I try installing the Teechart pro bpl it gives me the following error message.

"Component TChart cannon be Registered by package dclteepro79.bpl because it has already been registered by package dcltree79.bpl"

The confusion continues on my side.

In the Installation instructions of Tee chart it says the following
-------------------------
For Delphi 2005:
DclTeeProxx.bpl

For all other delphi and C++ builder versions
DCLTeexx.bpl
DCLTqrxx.bpl
DCLteeProxx.bpl
DCLTGLxx.bpl
----------------------------

Per your instructions I need ALL of them installed? I am not sure what direction to go from here? Also I don't see all of the components that were origianlly in my TeeChart components. This is because only the non pro version is installed..

okfoods
Newbie
Newbie
Posts: 16
Joined: Wed Dec 28, 2005 12:00 am
Location: Fort Smith, Arkansas USA

Deleted and retried

Post by okfoods » Thu May 25, 2006 3:10 pm

Just to be sure of what was happening I repeated my steps.

I first removed all of the TeeChart components.
I then followed the recompile instructions
I then installed the DClTQR79.bpl
I currently have installed the following TeeChart components
1. TeeQR79.bpl
2. DclTQr79.bpl
3. DclTee79.bpl

I tried installing the DclTeeProxx.bpl and this time I received this message

"Cannot Load package 'DclTeePro29.' It contains unit 'TeeChartReg,' Which is also contained in package 'DclTee79'

This made me think i should try removing the regular teechart component but when i try that it tries to take the QRchart component with it.....

Just thought I would provide a little more information on the problem i am having.

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

Post by Narcís » Fri May 26, 2006 7:26 am

Hi okfoods,

Yes, you need to remove TeeChart Standard packages, it should remove the TQRChart components but those for TeeChart Standard (version shipped with BDS), you should compile and install TQRChart packages being compatible with your new TeeChart version and QR.
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

okfoods
Newbie
Newbie
Posts: 16
Joined: Wed Dec 28, 2005 12:00 am
Location: Fort Smith, Arkansas USA

confused

Post by okfoods » Fri May 26, 2006 1:05 pm

Ok I am thoroughly confused. I was supposed to install all of the teechart components, the standard, the quickrepor tand the pro.

Now I am not supposed to install anything but the TeeQRchart and the pro version?

This is getting frustrating. I am starting to think there is no clear way to install the QRchart for the pro version of tee chart.

okfoods
Newbie
Newbie
Posts: 16
Joined: Wed Dec 28, 2005 12:00 am
Location: Fort Smith, Arkansas USA

?

Post by okfoods » Fri May 26, 2006 1:27 pm

Has anyone on these boards EVER been able to use the TQRChart component with TeeChartPro ?

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

Post by Narcís » Fri May 26, 2006 2:12 pm

Hi okfoods,

Sorry if I haven't been clear enough. We know that many of our customers use TeeChart Pro with all Quick Report versions. You should remove ALL TeeChart packages shipped with BDS (including TQRChart packages) and install TeeChart Pro packages and TeeChart Pro for Quick Report packages following the instructions already mentioned.

Don't hesitate to mention here any problem you may have during this process.
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

okfoods
Newbie
Newbie
Posts: 16
Joined: Wed Dec 28, 2005 12:00 am
Location: Fort Smith, Arkansas USA

?

Post by okfoods » Fri May 26, 2006 2:28 pm

What is the TeeChart Pro for QR package? What is the name of this 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 » Fri May 26, 2006 2:37 pm

Hi okfoods,

Sorry for not being accurate enough with the names. This packaged will be named after TeeQR79 (meaning TeeChart v7 for Quick Report and Delphi 2005) which is the run-time package and DclTQR79 which is the design-time package and uses TeeQR79.
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

okfoods
Newbie
Newbie
Posts: 16
Joined: Wed Dec 28, 2005 12:00 am
Location: Fort Smith, Arkansas USA

?

Post by okfoods » Fri May 26, 2006 3:26 pm

While trying to recompile TeeQR79.dpk

[Error] TeeQR79.dpk(33): E2399 Namespace conflicts with unit name 'TeeDBCrossTab'
[Fatal Error] TeeDB79.dpk(42): F2084 Internal Error: U1003

okfoods
Newbie
Newbie
Posts: 16
Joined: Wed Dec 28, 2005 12:00 am
Location: Fort Smith, Arkansas USA

Post by okfoods » Fri May 26, 2006 3:33 pm

Also when Recompiling the DclTQR79.dkp
what should the options be set as under

Designtime only and Rebuild as needed?

okfoods
Newbie
Newbie
Posts: 16
Joined: Wed Dec 28, 2005 12:00 am
Location: Fort Smith, Arkansas USA

Post by okfoods » Fri May 26, 2006 3:38 pm

I guess I should be more specific about the namespace issue.

1. I started with a clean slate. I removed ALL tee chart components.
2. I deleted anything in the lib directory that was named Tee.
3. I re installed TeeChartPro Component
4. Started following the directions for the recompile
5. While trying to recompile TeeQR79.dpk I had the error noted in one of
the previous posts.
6. The Compile options on the TeeQR79.dpk were Design Time only and
Rebuild as Needed
?

Post Reply