-*- mode: outline -*-* Dependency Walker.Dependency Walker is a free utility that scans any 32-bit or 64-bit Windowsmodule (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram ofall dependent modules. For each module found, it lists all the functions thatare exported by that module, and which of those functions are actually beingcalled by other modules. Another view displays the minimum set of requiredfiles, along with detailed information about each file including a full pathto the file, base address, version numbers, machine type, debug information,and more.See http://www.dependencywalker.com/* Sysinternals.TODO