I am writing a DLL to plug into another (3rd party) application. The DLL will need to depend on another set of DLLs (for license reasons I cannot link statically).
I
you can specify the path of dll as the parameter of LoadLibrary().