Problem installing vcl pro "chart" not found Delphi 12.3

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
maths
Newbie
Newbie
Posts: 3
Joined: Fri Mar 01, 2024 12:00 am

Problem installing vcl pro "chart" not found Delphi 12.3

Post by maths » Tue Apr 08, 2025 1:04 pm

see {$ELSE} Chart
What CHART should it be looking for?

Code: Select all

 {$IFDEF FMX}
     FMXTee.Chart, FMXTee.Editor.Chart, FMXTee.Procs, FMXTee.Engine,
     FMXTee.Print.Preview, FMXTee.Print.PreviewPanel, FMXTee.Canvas,
     FMXTee.Chart.ListBox
     {$ELSE}
     Chart, TeeEditCha, TeeLisB, TeeProcs, TeEngine, TeePrevi, TeePreviewPanel
     {$ENDIF}
     ;
[dcc32 Fatal Error] VCLTee.TeeEdit.pas(40): F2613 Unit 'Chart' not found.

maths
Newbie
Newbie
Posts: 3
Joined: Fri Mar 01, 2024 12:00 am

Re: Problem installing vcl pro "chart" not found Delphi 12.3

Post by maths » Tue Apr 08, 2025 2:30 pm

for instance these files are not found
Chart, TeeEditCha, TeeLisB, TeeProcs, TeEngine, TeePrevi, TeePreviewPanel

but I can see them in fileexplorer
C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2024.42\Source


and this map is added in tools>option>libray without using any unit scope name:
C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2024.42\Source

maths
Newbie
Newbie
Posts: 3
Joined: Fri Mar 01, 2024 12:00 am

Re: Problem installing vcl pro "chart" not found Delphi 12.3

Post by maths » Tue Apr 08, 2025 3:16 pm

Solved. Have to uninstall previous version from windows control panel and reinstalled... then no problem

Post Reply