NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to load external DLLs with C++ interface in TestStand?

Hi,
Can you please let me know how would I load external DLLs with C++ interface in TestStand?
 
Regards.
0 Kudos
Message 1 of 2
(2,755 Views)

TestStand 3.x can only call static class C++ methods. TestStand cannot call methods on a C++ object because TestStand does not know how to enstantiate the C++ object.  In TestStand 3.x, there is a online help topic called "Exporting Class Methods and Functions in Visual Studio .NET".

Scott Richardson
0 Kudos
Message 2 of 2
(2,747 Views)