NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Detaching DLL file

Hi All,
 
I'm new to TestStand and I was experimenting with making calls to a C/C++ DLL using an action.   I designed a simple DLL in Labwindows/CVI and call one of the functions in TestStand using my action.  Calling the functions works fine, but my problem is that once I call this DLL from a TestStand sequence, even after I stop the sequence TestStand does not let go of the DLL.  I have to close the sequence if I wish to rebuild/delete the file.  Is there a way that I can explicitly tell TestStand to relase the .DLL file once the sequence has completed?
 
Using:
TestStand 3.1.0
WindowsXP
0 Kudos
Message 1 of 3
(2,728 Views)

Select File->Unload All Modules

You can also change the unload option under the Run Options for your step.

 

Regards,

Ryan K.

0 Kudos
Message 2 of 3
(2,725 Views)
Awesome, thanks ryan that's exactly what I was looking for.
0 Kudos
Message 3 of 3
(2,721 Views)