Hi,
I am using VS2010 and working on a C++ application. I have a dll which I load using LoadLibrary from a particular location. I have placed its dependent libraries on a separate location and I want LoadLibrary to use that location to load the dependent libraries. I am not able to find out how to do it, it keeps searching on the system and current application paths.
Please help.