Well, you can unload dll's manually, but only if you loaded them manually
(if you use LoadLibrary functions). The calling mechanism gets a bit more
difficult, if you do it like this.
LabVIEW probably uses LoadLibrary (or LoadLibraryEx) to load and unload
them, so I doubt that it will solve the problem.
Regards,
Wiebe.
"Jeremy Braden" wrote in message
news:506500000005000000B7780100-1079395200000@exchange.ni.com...
> You cannot programatically unload dlls. You have to either shut down
> your VI or close LabVIEW.