> 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 the DLL in a VI. Give it a nice connector, etc. Then dynamically load and unload the VI. Greg McKaskle