Search found 3 matches

by maths
Tue Apr 08, 2025 3:16 pm
Forum: VCL
Topic: Problem installing vcl pro "chart" not found Delphi 12.3
Replies: 2
Views: 2340

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

Solved. Have to uninstall previous version from windows control panel and reinstalled... then no problem
by maths
Tue Apr 08, 2025 2:30 pm
Forum: VCL
Topic: Problem installing vcl pro "chart" not found Delphi 12.3
Replies: 2
Views: 2340

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

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...
by maths
Tue Apr 08, 2025 1:04 pm
Forum: VCL
Topic: Problem installing vcl pro "chart" not found Delphi 12.3
Replies: 2
Views: 2340

Problem installing vcl pro "chart" not found Delphi 12.3

see {$ELSE} Chart What CHART should it be looking for? {$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 {...