10-25-2005 10:27 AM
public
:NI::CNiReal64Vector plotData(50);
but the debuger flushed error : Syntax error ´constant´.
Of course, I used usually square brackets:
public:
double plotData[50];
Is it possible define the array of CNiReal64Vector as a global variable?
Thank You.
Best Regards
Emta
10-25-2005 08:32 PM
10-26-2005 04:12 AM