rainers / cv2pdb

converter of DMD CodeView/DWARF debug information to PDB files
Artistic License 2.0
466 stars 110 forks source link

Where do I find msobj140.dll? #48

Closed Daniel15 closed 5 years ago

Daniel15 commented 5 years ago

I see this error:

cannot add symbols to module, probably msobj140.dll missing

Where do I find this DLL? I have Visual Studio 2017 installed, however in C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE all I see is msobj120.dll and mspdb140.dll.

Daniel15 commented 5 years ago

I had to enable the "Desktop development with C++" option in the Visual Studio Installer to get this file.

rainers commented 5 years ago

it's in <vs-installation-path>\VC\Tools\MSVC\14.nn.mmm\bin\Hostx86\x86, so yes, VC++ needs to be installed.