04-10-2017 12:54 AM
How to create .dll file in NI teststand?
04-19-2017 04:41 AM
Hi,
When you say create a dll, what are you wanting to create it from?
TestStand can call .dll using the available adapters, but I'm not sure what you mean when you want to create one.
05-03-2017 08:00 AM
you need a compiler that can compile your code into a .dll.
if you're programming in C, NI CVI can compile to .dll