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.
Search found 5 matches
- Thu Oct 17, 2024 4:59 pm
- Forum: VCL
- Topic: TeeChart 41 is not compatible with the latest RAD Studio
- Replies: 5
- Views: 12055
- 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).
C++ VCL application with one form, TeeCommander on the form.
Static linking and without dynamic libraries.
Profile - Win64x (Modern).
- 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.
C++Builder 12.1 with Win64x platform was used.
- Thu Jun 06, 2024 7:00 am
- Forum: VCL
- Topic: How to create MultiChart application for C++Builder?
- Replies: 2
- Views: 15769
- 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.
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.