Search found 4 matches

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: 11138

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 569 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: 11138

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: 9001

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.