Page 1 of 1

Problem installing vcl pro "chart" not found Delphi 12.3

Posted: Tue Apr 08, 2025 1:04 pm
by 16597673
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.

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

Posted: Tue Apr 08, 2025 2:30 pm
by 16597673
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

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

Posted: Tue Apr 08, 2025 3:16 pm
by 16597673
Solved. Have to uninstall previous version from windows control panel and reinstalled... then no problem