LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Unload a DLL in CVI exe file

    My question is how to unload a DLL programmy in CVI? For example, in my CVI EXE file, I called a DLL by a button callback function, when I don't need this DLL in memory while still keeping this EXE running, I would like to unload it.
 
Thanks!
Jacky
0 Kudos
Message 1 of 2
(3,268 Views)

This should be what you want:

UnloadExternalModule

int UnloadExternalModule (int moduleID);

Purpose

Unloads an external module file you loaded using LoadExternalModule.

0 Kudos
Message 2 of 2
(3,255 Views)