Re: unload dll

2004-04-18 Thread Greg McKaskle
> I have a LV application that have some Exit problems. LV hangs. I think the > problem is related to unload problems of a dll. Normally the dll is unloaded > then the application is closed. Can I programmely unload the dll before i > close the application? > The best way to do this is to wrap th

Re: unload dll

2004-04-15 Thread Jeremy Braden
You cannot programatically unload dlls. You have to either shut down your VI or close LabVIEW.