Teechart pro 9 and Qreport 5

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
jhum
Newbie
Newbie
Posts: 5
Joined: Mon Jan 24, 2011 12:00 am

Teechart pro 9 and Qreport 5

Post by jhum » Wed Jun 29, 2011 8:30 am

Can I use the Tee9QR5D15 dpk in the Tee chart Pro environment in Delphi XE.

I tried to install the component, but this did not work...

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

Re: Teechart pro 9 and Qreport 5

Post by Narcís » Thu Jun 30, 2011 10:41 am

Hi jhum,

Yes, you should find the packages at C:\Program Files\Steema Software\TeeChart 2011 for Delphi 2011\Delphi15\QuickReport. Installation instructions can be found at the QuickReport article here. If you have problems during the installation please let us know the exact error messages you may get and during which step of the installation.

Thanks in advance.
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

jhum
Newbie
Newbie
Posts: 5
Joined: Mon Jan 24, 2011 12:00 am

Re: Teechart pro 9 and Qreport 5

Post by jhum » Thu Jun 30, 2011 3:47 pm

This compiler error is generated in Delphi XE:

Building DclTee9QR5D15.dproj (Debug, Win32)

[DCC Error] DclTee9QR5D15.dpk(32): E2199 Packages 'Tee' and 'Tee915' both contain unit 'TeeGDIPlus'
[DCC Fatal Error] DclTee9QR5D15.dpk(32): F2220 Could not compile package 'Tee'
Failed

best regards

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Teechart pro 9 and Qreport 5

Post by Yeray » Fri Jul 01, 2011 7:48 am

Hello jhum,

Note that,a s explained in the instructions Narcis pointed, the first package to build is Tee9QR5D15.dpk. Does it compile without problems?
And even before it, we are assuming you have TeeChart v9 and QuickReport v5 running properly fine alone in RAD XE, right?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

jhum
Newbie
Newbie
Posts: 5
Joined: Mon Jan 24, 2011 12:00 am

Re: Teechart pro 9 and Qreport 5

Post by jhum » Fri Jul 01, 2011 12:13 pm

Thank you for your reply!
- I have the TeeChart Pro 2010 Full Source Code source and quickreport 5.05 working fine on the Delphi XE environment.
- Tee9QR5D15.dpk can compile without a problem. It uses Tee915 etc...
- After installing the library and starting a new project, the following error occurs:
Cannot load package DclTeePro915. It contains unit TeeChartReg, which is also contained in package DclTee915.
It seems there is a mixup of libraries between the standard and the pro version?

jhum
Newbie
Newbie
Posts: 5
Joined: Mon Jan 24, 2011 12:00 am

Re: Teechart pro 9 and Qreport 5

Post by jhum » Fri Jul 01, 2011 12:13 pm

Thank you for your reply!
- I have the TeeChart Pro 2010 Full Source Code source and quickreport 5.05 working fine on the Delphi XE environment.
- Tee9QR5D15.dpk can compile without a problem. It uses Tee915 etc...
- After installing the library and starting a new project, the following error occurs:
Cannot load package DclTeePro915. It contains unit TeeChartReg, which is also contained in package DclTee915.
It seems there is a mixup of libraries between the standard and the pro version?

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

Re: Teechart pro 9 and Qreport 5

Post by Narcís » Fri Jul 01, 2011 2:29 pm

Hi jhum,
It seems there is a mixup of libraries between the standard and the pro version?
Yes, that's most likely the problem. You should check that your Delphi is not referencing old TeeChart version packages and that your TQRChart packages are referencing TeeChart Pro packages as explained in the article I pointed you earlier in this thread.
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

jhum
Newbie
Newbie
Posts: 5
Joined: Mon Jan 24, 2011 12:00 am

Re: Teechart pro 9 and Qreport 5

Post by jhum » Wed Jul 06, 2011 1:35 pm

I tried to install the QReport Chart component after a complete reinstall of Teechart 2011 for Delphi XE.
The following error is generated if I try to install the component:

Can't load package DCLTee915. It contains unit TeeChartExp, which is also contained in package DCLTeePro915.

How to proceed?

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Teechart pro 9 and Qreport 5

Post by Yeray » Tue Jul 12, 2011 9:30 am

Hello,

I've just installed it. My steps froma clean RAD XE:
- Install QuickReport 5. Revise "library" and "browsing" paths and put the QuickReport references on the top of the lists. Check that QuickReport works fine alone.
- Install TeeChart Pro v2011.03. Revise "library" and "debug dcu" paths and put the TeeChart references on the top of the lists. Check that TeeChart works fine alone.
- Copy QR5DesignDXE.dcp and QR5RunDXE.dcp from "\RAD Studio\8.0\lib" to "\RAD Studio\8.0\lib\win32\release". Or add "\RAD Studio\8.0\lib" into the search path.
- Edit manually (with notepad or similar) Tee9QR5D15.dpk and DclTee9QR5D15.dpk and change the references:
Tee915 to TeePro915.
DclTee915 to DclTeePro915.
- Open Tee9QR5D15.dpk and redirect the output paths as desired. Compile it.
- Open DclTee9QR5D15.dpk, add the Tee9QR5D15.dpk output path in the project search path and redirect the output paths as desired. Compile it.
- Copy the generated files acordingly:
DclTee9QR5D15.bpl to "\RAD Studio\8.0\bin"
Tee9QR5D15.bpl to "\Windows\System32" ("\Windows\SysWOW64" for 64 bit systems)
*.dcu and *.dcp to "\RAD Studio\8.0\lib\win32\release".
- Close the packages and istnall the "\RAD Studio\8.0\bin\DclTee9QR5D15.bpl" from the packages list in the IDE.

find attached the files that worked for me.
Attachments
Tee9QR5D15.zip
(48.14 KiB) Downloaded 378 times
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply