I have an application that uses LoadLibrary on Windows to dynamically load plugins. However some of the plugins have other dependent DLLs, such as database client DLLs. When you attempt to load such a DLL and one of the dependent DLLs doesn't exist you get a nasty Windows dialog:I have an application that uses LoadLibrary on