Search found 3 matches

by Manu
Mon Sep 29, 2014 2:51 pm
Forum: VCL
Topic: How to display large C++ arrays with TeeChart?
Replies: 4
Views: 5675

Re: How to display large C++ arrays with TeeChart?

Yes, but now our internal data arrays will need to be changed to ' TDoubleDynArrays' just to be able to assign them to 'Values'. Currently they are just C arrays.
The compiler just won't allow me to assign a simple C array to Values.
Is there any workaround?
by Manu
Mon Sep 29, 2014 8:03 am
Forum: VCL
Topic: How to display large C++ arrays with TeeChart?
Replies: 4
Views: 5675

Re: How to display large C++ arrays with TeeChart?

version used in C++ Builder 5: TeeChart Pro 4.02
version used in C++ Builder XE2: TeeChart Standard v2011.05.120301 32 bit
by Manu
Fri Sep 26, 2014 11:11 am
Forum: VCL
Topic: How to display large C++ arrays with TeeChart?
Replies: 4
Views: 5675

How to display large C++ arrays with TeeChart?

Hello, We are currently in the process of moving our legacy application from C++ Builder 5 to C++ Builder XE2. The program internally stores a lot of data in simple C++ arrays. These arrays need to be visualized by TeeChart. Since the arrays are rather big (>60.000 values per array) we don't want to...