Page 1 of 1

TQRChart & Delphi 10 Seattle Enterprise

Posted: Thu Dec 29, 2016 9:26 am
by 16579841
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 ?

Re: TQRChart & Delphi 10 Seattle Enterprise

Posted: Thu Dec 29, 2016 12:31 pm
by 10050769
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:
Tee9QR5D23.zip
(133.32 KiB) Downloaded 692 times
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

Re: TQRChart & Delphi 10 Seattle Enterprise

Posted: Thu Dec 29, 2016 1:39 pm
by 16579841
Hi Sandra,

Thanks for your replie.

I have already disabled the FactReport Packages as requested in the thread as you can see below
PackagesFastReport_Disabled.jpg
PackagesFastReport_Disabled.jpg (17.84 KiB) Viewed 8046 times
This is the error message displayed when I tried to add your Bpl
NewPackageError.jpg
NewPackageError.jpg (27.64 KiB) Viewed 8047 times
Any idea ?

Re: TQRChart & Delphi 10 Seattle Enterprise

Posted: Thu Dec 29, 2016 2:56 pm
by 10050769
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