I am trying to create a DLL that I can use in TestStand. I want the parameter info to be read in when I specify the module. The functions are seen but not the parameters. This is very anoying as I am using two NI products that don't seem to be on the same page...
A DLL has parameter information only if it includes a type library. CVI does not put a type library in your DLL unless you check the Build>>TargetSettings>>Type Library>>Add type library resource to DLL option. This option requires that you create function panels for your exported functions so that CVI can obtain the information it needs to build the type library.
Hi You need to embedd type library info into the dll for TestStand to read parameter info. The link below will provide you more info
"How to Create a DLL with an Embedded Type Library in LabWindows/CVI so that TestStand can Import Type Information for the DLLs Functions when using the DLL Flexible Prototype Adapter."