Hello,
I just Bought TeeChart Pro 2016.19 with source and i need to integrate QRChart in QuickReport 5.06.2.
So i downloaded the latest version of TQRChart : Tee9QR5D23Std in the additional downloads.
When i want to add the package, i have the message : (See attached file : AddPackage.jpg)
I tried to recompile the package but i have an error : "Tee not found".
I have browsed the forum and i saw that several people have the problem.
Do you have a solution please ?
TQRChart & Delphi 10 Seattle Enterprise
TQRChart & Delphi 10 Seattle Enterprise
- Attachments
-
- AddPackage.jpg (19.88 KiB) Viewed 8119 times
Re: TQRChart & Delphi 10 Seattle Enterprise
Hello rxseac,
The error message "Cannot load package Tee9XX. It contains unit *, which is also contained in package Tee9XX0" indicates that the TeeChart package that was shipped with the IDE (Tee9XX0) is still trying to be loaded, and this creates a conflict with the version you've just installed. I would like suggest you take a look in that thread to try fix the problem.
Also, I have prepared the TeeChart Pro VCL/FMX v2016.19 Quick Report 5.06 packages for Rad Studio 10 Seattle. You find the packages below:
Please follow the next steps to add without problems the packages to IDE:
The compiledwin32 and compiledwin64 folders contain the packages you should be able to use without having to recompile the packages. To use them just copy the packages from the "compiledwin32" folder accordingly:
- DclTee9QR5D23.bpl to $(BDS)\bin
- Tee9QR5D23.bpl to %windir%\SysWOW64 (if you are in a 64bit OS) or to %windir%\System32 (if you are in a 32bit OS)
- The rest of the files from the "compiledwin32" folder to $(BDS)\lib\win32\release and $(BDS)\lib\win32\Debug
In the case you want compile you projects for Win64, also copy the packages from the "compiledwin64" folder accordingly:
- Tee9QR5D23.bpl to %windir%\System32.
- The rest of the files from the "compiledwin64" folder to $(BDS)\lib\win64\release and $(BDS)\lib\win64\Debug
Then you should be able to open the IDE, add the $(BDS)\bin\DclTee9QR5D23.bpl package to the components list in the IDE and use it.
Hoping this helps you
Thanks in advance
The error message "Cannot load package Tee9XX. It contains unit *, which is also contained in package Tee9XX0" indicates that the TeeChart package that was shipped with the IDE (Tee9XX0) is still trying to be loaded, and this creates a conflict with the version you've just installed. I would like suggest you take a look in that thread to try fix the problem.
Also, I have prepared the TeeChart Pro VCL/FMX v2016.19 Quick Report 5.06 packages for Rad Studio 10 Seattle. You find the packages below:
Please follow the next steps to add without problems the packages to IDE:
The compiledwin32 and compiledwin64 folders contain the packages you should be able to use without having to recompile the packages. To use them just copy the packages from the "compiledwin32" folder accordingly:
- DclTee9QR5D23.bpl to $(BDS)\bin
- Tee9QR5D23.bpl to %windir%\SysWOW64 (if you are in a 64bit OS) or to %windir%\System32 (if you are in a 32bit OS)
- The rest of the files from the "compiledwin32" folder to $(BDS)\lib\win32\release and $(BDS)\lib\win32\Debug
In the case you want compile you projects for Win64, also copy the packages from the "compiledwin64" folder accordingly:
- Tee9QR5D23.bpl to %windir%\System32.
- The rest of the files from the "compiledwin64" folder to $(BDS)\lib\win64\release and $(BDS)\lib\win64\Debug
Then you should be able to open the IDE, add the $(BDS)\bin\DclTee9QR5D23.bpl package to the components list in the IDE and use it.
Hoping this helps you
Thanks in advance
Best Regards,
Sandra Pazos / 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: TQRChart & Delphi 10 Seattle Enterprise
Hi Sandra,
Thanks for your replie.
I have already disabled the FactReport Packages as requested in the thread as you can see below This is the error message displayed when I tried to add your Bpl Any idea ?
Thanks for your replie.
I have already disabled the FactReport Packages as requested in the thread as you can see below This is the error message displayed when I tried to add your Bpl Any idea ?
Re: TQRChart & Delphi 10 Seattle Enterprise
Hello rxseac,
I would like suggest you take a look to HowTo setup Paths in the IDE to try fix the problem.
Hoping this helps, otherwise don't hesistate to contact us.
Thanks in advance
I would like suggest you take a look to HowTo setup Paths in the IDE to try fix the problem.
Hoping this helps, otherwise don't hesistate to contact us.
Thanks in advance
Best Regards,
Sandra Pazos / 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 |