LoadLibrary from another DLL
问题 The DLL lookup path, as described in MSDN is: The directory where the executable module for the current process is located. The current directory. The Windows system directory. The GetSystemDirectory function retrieves the path of this directory. The Windows directory. The GetWindowsDirectory function retrieves the path of this directory. The directories listed in the PATH environment variable. Which brings up the following doubt: Suppose I have an executable in some directory, say: c: