The information in this article applies to:
SYMPTOMSDUMPBIN.EXE combines output data when more than one file is passed in as command line arguments. For example: dumpbin myfile.exe myfile.dllwill show summary data for both files, rather than for each individual file. RESOLUTIONTo prevent the combination of data, execute DUMPBIN on one file at a time. STATUSThis behavior is by design. MORE INFORMATION
To illustrate this problem, we're using two of the Source Profiler
binaries, PREP.EXE and PROFILE.DLL.
Now, the output from "dumpbin profile.dll":
And finally, the output from "dumpbin prep.exe profile.dll":
Notice that each of the segment categories listed in the DUMPBIN output for
both files is the sum of each individual file.
Additional query words: kbVC400bug kbDSupport
Keywords : kbVC200 kbVC210 kbVC220 kbVC400 kbVC410 kbVC420 kbVC500 kbVC600 |
Last Reviewed: October 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |