10-20-2010 02:54 PM
I have a VI that uses CLF nodes to call a .dll file. I checked the Dynamically Load and Unload method. But my problem is I called lots of CLF nodes (pointing to the same dll file) and I want to release the dll file after the VI stops. I don't even know some of the CLF nodes will execute or not since they are in the different even loops. Is there any solution like the func "Request Deallocation" does?
Thanks,
10-21-2010 03:20 PM
I did find this VI that is included with LabVIEW called Request Deallocation Funcation. If this is the last portion of the code in your VI it will deallocate the space used by the VI.
10-21-2010 04:32 PM
Thanks for you input.
No. I don't know how this Request Deallocation Funcation works but it won't unlock the dll file unless I close the labview.