The information in this article applies to:
SUMMARY
The text below presents the LINK32 command line options that display
information about a library or an executable file and how to use them.
MORE INFORMATIONLINK32.EXE performs several functions, specified by one of the following command-line options:
The LINK32 -DUMP option provides access to information in COFF object
files, libraries, and PE executable files.
The LINK32 -DUMP options are as follows:
The following examples demonstrate using these options to perform
common library management tasks.
Example #1To create a file that contains a listing of the object modules in a library, use the following command line:
Example #2To create a file that contains a listing of the code routines in a library, use the following command line:
The -LINKERMEMBER:1 option lists the routines in the order in which
they occur in the library. The -LINKERMEMBER:2 option lists the
routines in alphabetical order. The -LINKERMEMBER option generates
both lists.
Example #3To create a file that contains a listing of the routines and the modules in which they appear, use the following command line:
Example #4To create a file that contains summary information listing the size (in hexadecimal notation) of the sections in an executable file, use the following command line:
This command produces output such as the following:
Example #5The following command fails to direct all of its output to the TEST.LST file:
This command sends only its initial output to the file; the remainder
appears on the screen. Redirect the output of the command into a file
to work around this problem.
Additional query words: kbinf 1.00 1.00a
Keywords : |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |