N
not_a_commie
I'm working on an application that uses some native DLLs from a
separate application. I need those DLLs to be in the search path. I
was going to use SetDllDirectory, but I can only specify one extra
path with that command as subsequent calls override the previous call.
What's the easiest way to add two folders to the DllImport resolve
path?
separate application. I need those DLLs to be in the search path. I
was going to use SetDllDirectory, but I can only specify one extra
path with that command as subsequent calls override the previous call.
What's the easiest way to add two folders to the DllImport resolve
path?