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...
Teechart pro 9 and Qreport 5
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Teechart pro 9 and Qreport 5
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.
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 |
Instructions - How to post in this forum |
Re: Teechart pro 9 and Qreport 5
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
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
Re: Teechart pro 9 and Qreport 5
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?
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Teechart pro 9 and Qreport 5
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?
- 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?
Re: Teechart pro 9 and Qreport 5
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?
- 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?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Teechart pro 9 and Qreport 5
Hi jhum,
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.It seems there is a mixup of libraries between the standard and the pro version?
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Teechart pro 9 and Qreport 5
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?
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?
Re: Teechart pro 9 and Qreport 5
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.
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 380 times
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |