How to dynamically load and unload a native DLL file?

Viewed 24088

I have a buggy third-party DLL files that, after some time of execution, starts throwing the access violation exceptions. When that happens I want to reload that DLL file. How do I do that?

3 Answers
Related