10-02-2018 03:13 PM
I am using LabWindows/CVI 2012 and TestStand 2012. Is there a way to export a variable or structure using DLLEXPORT (or some other method) and access it from TestStand the way you access exported functions? Thank you.
10-03-2018 04:27 PM
I'd take a look at the article below
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000kJ23SAE
10-10-2018 06:16 AM
If I understand it correctly, Type Libraries are more for functions in the DLL and their parameters. It seems that TestStand doesn't know what to do with a variable that has been exported from the DLL.