I am writing a library (a DLL) and would like it to load the DLLs that it
depends upon only as they are needed. For example, I would like to give the
user a choice between MDX, WPF and XNA without having to load all three.
How can this be achieved?
--
Dr Jon D Harrop, Flying Frog Consultancy Ltd.
Comment