NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

String Value Test using DLL which has an external function error

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
 
0 Kudos
Message 1 of 3
(3,028 Views)
Oopps, I forgot to attach my zip file
0 Kudos
Message 2 of 3
(3,027 Views)
Are you linking to these DLLs inside the actual code? Or are you using CVI to link the two DLLs together?

Brandon Vasquez | Software Engineer | Integration Services | National Instruments
0 Kudos
Message 3 of 3
(3,004 Views)