NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Get TS_Err_DLLNotLoadable(-17004) using MFC Regular DLL

I made a regular MFC dll and tried to load it from TestStand 3.0. I got "-17004; Could not load DLL or library." Any ideas? Thanks.
0 Kudos
Message 1 of 3
(2,850 Views)
zZn -
There must be some dependency that the DLL has to another DLL that cannot be resolved or DLLMain is returning an error.  Use depends.exe to determine any DLL dependencies, and if you have defined a DLLMain, try to step through it to see what might be happening.
Scott Richardson
Message 2 of 3
(2,839 Views)
It's the exactly the problem. Thanks a lot, Scott.
0 Kudos
Message 3 of 3
(2,830 Views)