Dumpbin Dumped?
Chris Sells is reporting that dumpbin.exe has been removed from Whidbey. Not true! Dumpbin.exe and Editbin.exe have been removed from the VC++ Express SKU only as part of the effort to make that particular SKU as small as possible but they are there in all other SKUs.
As Chris mentions, those programs are just wrappers around link.exe, which implements all their functionality. So, for example, "dumpbin.exe" and "link.exe -dump"are functionally equivalent.
9:16:12 PM
|