Dependency Walker has to actually run your program to discover the dependencies.
prepare the environment (PATH) such that your program works correctly, then use Dependency Walker to discover what DLLs it actually needs, and where it got them from.
Dependency Walker has to actually run your program to discover the dependencies.
prepare the environment (PATH) such that your program works correctly, then use Dependency Walker to discover what DLLs it actually needs, and where it got them from.