01-11-2007 12:54 PM
d:\AOSystem\AOBase2\AO_Support\Utilities\src\SysMatrixUI\xDisplay3DImage.h(25) : error C2501: 'SysMatrixUI::xDisplay3DImage::CNiReal64Matrix' : missing storage-class or type specifiers
d:\AOSystem\AOBase2\AO_Support\Utilities\src\SysMatrixUI\xDisplay3DImage.h(25) : error C2501: 'SysMatrixUI::xDisplay3DImage::myDMatrix' : missing storage-class or type specifiers
---------------
I tried changed declaration to : "NI::CNiReal64Matrix* myMatrix;" but then NI is not a name space
Tried to add that as well "using namespace NI;" to no avail.
-------------
d:\Program Files\National Instruments\MeasurementStudioVS2003\VCNET\Include\NiColor.h(87) : error C2143: syntax error : missing ';' before '&'
d:\Program Files\National Instruments\MeasurementStudioVS2003\VCNET\Include\NiColor.h(87) : error C2433: 'NI::CArchive' : 'friend' not permitted on data declarations
------------------
What am I doing wrong???
01-12-2007 06:45 PM
01-12-2007 07:54 PM