NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Matching the parameter lists between TestStand's functions and its DLLs'.

TestStand sequences call DLLs via function calls that have parameter lists.
 
If I don't match the parameter lists of the functions between TestStand and the DLLs, I get sporadic crashes.
 
Is there a tool or some clever way to make sure that my parameter lists match?
0 Kudos
Message 1 of 2
(2,780 Views)
Hi bmihura,

If you have a Type Library then by reloading the prototype you can get the parameters being passed in and out. Other than that there are no tools to check and make sure you're giving your DLLs the appropriate parameters.

Hope this helps, have a good one!
Dan Weiland
0 Kudos
Message 2 of 2
(2,757 Views)