I created a DLL CallFromTestStand2_dbg.dll, in this DLL there a function call another function that does not include in the same file but in 1 project (I did create 2 separate object files & .h file)
- When I use anther CVI project UseCallIndirectDLL to use this DLL ... it works fine
- However, when I try to use TestStand with Sequence String Value Test (TestCallCVI_DLL.seq), it failed and showed error -17709 error loading String Value Test ... even I try to use Source Code Edit to use TestStand option Tscvivrun)
Note: If I do not use other function in another file and insert that function in the same file then it work OK
The reason I ask for is that I need to create a DLL that can use external functions not in the same file ... can we do that by any way?
Thanks for any help
I attach a zip files related to my question