Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

CNiReal64Vector GUID

The .odl file can be used to expose interfaces for TestStand to use. However TestStand recognizes certain custom type parameter types that are defined by GUIDs. One of our interfaces uses CNiReal64Vector* as input parameter (Ex. FindMax(CNiReal64Vector*, double* MaxValue);). In order to expose this function for TestStand to use we need to add this interface into .odl file. But I searched the internet and didn't find the GUID for the type of CNiReal64Vector. What GUID I should use to expose the interface that has CNiReal64Vector* as a parameter in .odl file?
0 Kudos
Message 1 of 2
(6,331 Views)
Hi khekhe,

To view the GUID for any registered component on your system you can use the OLE/COM Object viewer that comes with Visual Studio 6.0 or the .NET Framework 3.0. The CNiReal64Vector class is part of the National Instruments CW Analysis type library. The GUID for this type library is:
{E7BC3920-33D4-11D0-8B73-0020AF31CEF9}

Regards,
0 Kudos
Message 2 of 2
(6,306 Views)