07-13-2007 11:35 AM
07-17-2007 02:16 PM
typedef
CNiScalarMatrix<Real32> CNiReal32Matrix;typedef
CNiScalarMatrix<Real64> CNiReal64Matrix;I tried defining a variable:
CNiReal32Matrix myMatrix;
in a DAQmx example program (AcqMultVoltageSamples_SWTimed), and it compiled successfully.
Can you please reply with a sample program that failed to compile with a CNiReal32Matrix, yet compiles with a CNiReal64Matrix?