I did a reasonably complete installation of Visual Studio 2019 but am missing tools like dumpbin.exe and editbin.exe which I had in Visual Studio 2017. (Missing meaning: Not callable in developer command prompt, also cannot be found on HD using tools like everything.)
According to MSDN, they have a section named "Additional MSVC build tools", but I cannot make anything out of that when looking at the Visual Studio installer. (see https://docs.microsoft.com/en-us/cpp/build/reference/editbin-reference?view=vs-2019 )
Which package/component am I missing during setup?
The Microsoft COFF Binary File Editor (EDITBIN. EXE) modifies Common Object File Format (COFF) binary files. You can use EDITBIN to modify object files, executable files, and dynamic-link libraries (DLL). You can start this tool only from the Visual Studio command prompt.
The Microsoft COFF Binary File Dumper (DUMPBIN. EXE) displays information about Common Object File Format (COFF) binary files. You can use DUMPBIN to examine COFF object files, standard libraries of COFF objects, executable files, and dynamic-link libraries (DLLs).
\VC\Tools\MSVC\14.14. 26428\bin\Hostx86\x86\editbin .
Eventually (loathing the 1GB+ download/install) I tried it, and now I got it at
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.22.27905\bin\Hostx64\x64\editbin.exe
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With