TQRChart & Delphi 10 Seattle Enterprise

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
rxseac
Newbie
Newbie
Posts: 2
Joined: Wed Dec 28, 2016 12:00 am

TQRChart & Delphi 10 Seattle Enterprise

Post by rxseac » Thu Dec 29, 2016 9:26 am

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 ?
Attachments
AddPackage.jpg
AddPackage.jpg (19.88 KiB) Viewed 7706 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: TQRChart & Delphi 10 Seattle Enterprise

Post by Sandra » Thu Dec 29, 2016 12:31 pm

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 647 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
Best Regards,
Sandra Pazos / 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

rxseac
Newbie
Newbie
Posts: 2
Joined: Wed Dec 28, 2016 12:00 am

Re: TQRChart & Delphi 10 Seattle Enterprise

Post by rxseac » Thu Dec 29, 2016 1:39 pm

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 7696 times
This is the error message displayed when I tried to add your Bpl
NewPackageError.jpg
NewPackageError.jpg (27.64 KiB) Viewed 7697 times
Any idea ?

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: TQRChart & Delphi 10 Seattle Enterprise

Post by Sandra » Thu Dec 29, 2016 2:56 pm

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
Best Regards,
Sandra Pazos / 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

Post Reply