SYNTAX

    chkdeps [options] <file_name>


OPTIONS

-h (--help) bool

Display help.

-v (--verbose) bool

Display all linked DLLs, not just missing ones.

-d (--debug) bool

Enable debug tracing (only useful for debugging chkdeps itself).


ARGUMENTS

<file_name>

The path to a DLL or EXE to check. [filename]


DESCRIPTION

Checks the DLL dependancies of a DLL or EXE.

Outputs the names of any DLLs that this links against that could not be located. In addition the following criteria are checked to ensure the DLLs would load correctly. This is not an exhaustive list of everything that can cause a DLL to fail to link but it attempts to catch most of the common errors:


COPYRIGHT

Copyright (c) 2009-2010 Accenture. All rights reserved.