I have a CVI .c file that has a function using a DLL. When run from CVI, it works perfectlly
Then I use TestStand to call the same function. When I comment out the DLL call ---> it works fine!
However, when I use the DLL, the error show up (as the attachment) when I tried to execute a single pass.
I did verify the module call by Edit the Source Code and I had include the dll.h & dll.lib in the Tscivrun!
I do not what else to do, please help!