03-30-2011 06:26 AM
Hello,
Using TestStand 2010, I want to use some functions from a DLL, writtin in Visual Studio C++ 2010.
However, when I call this DLL from TestStand (using the C/C++ adapter) I do get the function name, and parameter datatype, but not the parameter name(s).
The only thing I see is: "arg1, arg2, et cetera".
Is it possible to export these parameters from a DLL? I have a little piece of code from my DLL inserted below.
Any help is appreciated!
/* Code starts here */
/* Code stops here*/
03-30-2011 06:53 AM