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.
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: Tee9QR5D23.zip (133 KB)
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.