Reputation: 455
I have a LabView application that uses an external C DLL. When I run my application in the development environment, the DLL is blocked even after the the app is closed.
When I want to overwrite or delete the DLL, I have to first close LabView completely.
Is this a known issue? Can anyone offer a solution for this problem?
Upvotes: 0
Views: 1320
Reputation: 1986
Yes, you must do two things in your LabVIEW application:
More details here: Can I Dynamically Load and Unload a DLL in LabVIEW?
Upvotes: 4