Cannot find Dumpbin.exe

后端 未结 9 605
时光取名叫无心
时光取名叫无心 2020-12-08 01:50

I do not see dumpbin.exe on my system. I have Visual Studio 2005 on my system. When I type dumpbin on the command line, it says unrecognizable command.

Does it come

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-08 02:03

    A little refresh as for the Visual Studio 2015.

    DUMPBIN is being shipped within Common Tools for Visual C++, so be sure to select this feature in the process of installation of Visual Studio. The utility resides at:

    C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\

    It become available within Developer Command Prompt for VS 2015, which can be executed from Start Menu:

    Visual Studio 2015 \ Visual Studio Tools \ Developer Command Prompt for VS2015

    If you want to make it available in the regular command prompt, then add the utility's location to the PATH environment variable on your machine.

提交回复
热议问题