TQRChart Package Installation

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
TimH
Newbie
Newbie
Posts: 4
Joined: Tue Sep 20, 2016 12:00 am

TQRChart Package Installation

Post by TimH » Sat Sep 24, 2016 11:33 am

Delphi Seattle 10 Enterprise
QuickReport 6 Pro
Steema TeeChart Pro 2012/16 latest version

I have downloaded and followed the instructions to Build and Compile the Design Time and Runtime bpl's and copied to relevant directories.

I then try and ad the TQRChart design time package to Delphi's package list and get the following error :-

Cannot load package DCLTee923. It contains unit VCLTee.TeechartExp which is also contained in package DCLTeePro923

Any assistance would be appreciated

Thanks

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TQRChart Package Installation

Post by Yeray » Mon Sep 26, 2016 9:30 am

Hello,

Find attached the TQRChart packages precompiled for TeeChart Pro v2016.18, QuickReport v6 and RAD Studio 10 Seattle:
Tee9QR6D23.zip
(130 KiB) Downloaded 615 times
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:
- DclTee9QR6D23.bpl to $(BDS)\bin
- Tee9QR6D23.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:
- Tee9QR6D23.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\DclTee9QR6D23.bpl package to the components list in the IDE and use it.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

TimH
Newbie
Newbie
Posts: 4
Joined: Tue Sep 20, 2016 12:00 am

Re: TQRChart Package Installation

Post by TimH » Mon Sep 26, 2016 11:00 am

Thanks - Worked a Treat.

Could you also post for Berlin 10.1 and QuickReport 6 as I have another instance using Berlin and not Seatle which I'm also battling to get working

Thanks for your assistance


Tim

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TQRChart Package Installation

Post by Yeray » Mon Sep 26, 2016 11:04 am

Hi Tim,
TimH wrote:Could you also post for Berlin 10.1 and QuickReport 6 as I have another instance using Berlin and not Seatle which I'm also battling to get working
They are here:
http://www.teechart.net/support/viewtop ... D24#p72140
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

TimH
Newbie
Newbie
Posts: 4
Joined: Tue Sep 20, 2016 12:00 am

Re: TQRChart Package Installation

Post by TimH » Fri Oct 07, 2016 9:48 am

Hi Yeray,

Followed instructions for the Berlin 10.1 installation and have the run into the following -

1. Complained about compiled in a different version so built and compiled both Dcl and Tee with no issues.
2. Copied all the files as per instructions to the relevant directories
3. Went to Component and added the Dcl package from the Delphi Bin location as instructed but got the following error :-

Can't load package C:\Program Files (x86)\Embarcadero\18.0\bin\DclTee9QR6D24.bpl. The specified module could not be found

I have tried a number of times from scratch using your supplied files - but still get this - the package is there as I am choosing it so a bit confused as it is there ?

Any help would be appreciated

Thanks

Tim

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TQRChart Package Installation

Post by Yeray » Fri Oct 07, 2016 10:35 am

Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

TimH
Newbie
Newbie
Posts: 4
Joined: Tue Sep 20, 2016 12:00 am

Re: TQRChart Package Installation

Post by TimH » Fri Oct 07, 2016 10:42 am

All fixed - was being stupid :(

Thanks for your assistance

Tim

Post Reply