Cannot find Dumpbin.exe

后端 未结 9 611
时光取名叫无心
时光取名叫无心 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:20

    You probably need to open a command prompt with the PATH set up properly. Look for an icon in the start menu that says something like "Visual C++ 2005 Command Prompt". You should be able to run dumpbin (and all the other command line tools) from there.

提交回复
热议问题