TeeChart VCL/FMX v2023 [30 JAN 2023] RELEASE 2023.37.230130

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

TeeChart VCL/FMX v2023 [30 JAN 2023] RELEASE 2023.37.230130

Post by Yeray » Wed Feb 01, 2023 11:00 am

Greetings!

Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2023.37.230130 release with full RAD Studio 11 Alexandria, Update 2 (RX/DX/CX) support.

The new update includes TeeChart Pro and Standard binary and source code installers for all development environments already supported.

Customers with active subscription may download the version at no-charge from the customer download page.

If you'd like to try-out the new release you can follow this link to download the fully functional evaluation version.

Version history for TeeChart VCL/FMX may be viewed at the product release notes.
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

Newbie
Newbie
Posts: 1
Joined: Mon Feb 20, 2023 12:00 am

Re: TeeChart VCL/FMX v2023 [30 JAN 2023] RELEASE 2023.37.230130

Post by » Mon Mar 06, 2023 10:19 am

I can not install this version!

I get the following error message when starting Delphi after installation:

Package C:\Programme2\D11 Packages\ TeeChart Pro 2023\ Delphi28\Delphi28.win32\Bin\Dc|TeePro928.bpl kann nicht geladen werden. Package 'Tee928' kann nicht geladen werden. Es enthält die Unit 'VCLTee. TeeConst', die auch im Package 'Tee9280' enthalten ist. Soll dieses Package beim Laden des nächsten Projekts geladen werden?

Translated with deepl:

Package C:\Programmes2\D11 Packages\ TeeChart Pro 2023\ Delphi28\Delphi28.win32\Bin\Dc|TeePro928.bpl cannot be loaded. Package 'Tee928' cannot be loaded. It contains the unit 'VCLTee. TeeConst', which is also contained in the package 'Tee9280'. Should this package be loaded when loading the next project?

My Delphi Version:
Delphi 11 Version 28.0.46481.1287

regards
Jens Bolten

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

Re: TeeChart VCL/FMX v2023 [30 JAN 2023] RELEASE 2023.37.230130

Post by Yeray » Mon Mar 06, 2023 10:34 am

Hello,

The error message "Cannot load package *Tee*. It contains unit *, which is also contained in package *Tee*", where any of the *Tee* packages ends with a "0" (*Tee*0), indicates that the TeeChart Standard package that was shipped with the IDE (*Tee*0) is still trying to be loaded, and this creates a conflict with the version you are installing.

There are two possible causes and solutions for this error:

- If the TeeChart Standard/Lite package shipped with the IDE (*Tee*0) is present and selected in the list of packages in the IDE, please uncheck it. Then you should be able to select the TeeChart Pro/Std commercial package (*Tee*) in the same list.

- There are some 3rd party tools (*) that can be referencing the TeeChart Standard/Lite package shipped with the IDE, and thus causing this conflict. Please try to uncheck temporally any 3rd party tool package you may have installed in the list of packages to try to identify which one is causing the conflict.

(*) Some known 3rd party tools using TeeChart Standard/Lite are: FastReports, DevExpress and ReportBuilder.
Steema Software supports the integration of TeeChart into QuickReport and IntraWeb. Any other integration is supported by the 3rd party tool manufacturer.

Also, don't forget to check the VCLTee prefix (FMXTee for FMX projects) is present in the "unit scope names".
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

Post Reply