Search found 5 matches

by anauta2024
Thu Oct 17, 2024 4:59 pm
Forum: VCL
Topic: TeeChart 41 is not compatible with the latest RAD Studio
Replies: 5
Views: 12055

TeeChart 41 is not compatible with the latest RAD Studio

I installed TeeChart 41 to RAD version 29.0.53982.0329, after that I have many troubles with TeeChart DLLs.

After that I recompiled TeeChart from source codes and now one works fine.
by anauta2024
Mon Jul 08, 2024 12:35 pm
Forum: VCL
Topic: Simple VCL C++ application with TeeCommander for Win64x produces has exception on start
Replies: 3
Views: 19168

Re: Simple VCL C++ application with TeeCommander for Win64x produces has exception on start

But the project is very simple:
C++ VCL application with one form, TeeCommander on the form.
Static linking and without dynamic libraries.
Profile - Win64x (Modern).
testchart.zip
(6.45 KiB) Downloaded 1266 times
by anauta2024
Sun Jul 07, 2024 7:20 am
Forum: VCL
Topic: Simple VCL C++ application with TeeCommander for Win64x produces has exception on start
Replies: 3
Views: 19168

Simple VCL C++ application with TeeCommander for Win64x produces has exception on start

Simple VCL application with TeeCommander on form produces AV on start.
C++Builder 12.1 with Win64x platform was used.
testchart.zip
Clipboard01.jpg
by anauta2024
Fri May 31, 2024 8:30 am
Forum: VCL
Topic: How to create MultiChart application for C++Builder?
Replies: 2
Views: 15769

How to create MultiChart application for C++Builder?

The example exists for Delphi - Spark_series.pas, but for C++ this is more complicated.
What is better - AddSeries to Grid->Items[...][...] or to add chart and then AddSeries?
I need to refresh series data for at least 16 charts as fast as possible.