rainers / cv2pdb

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

cannot load PDB helper DLL #82

Open misuqian opened 1 year ago

misuqian commented 1 year ago
cv2pdb.exe -C MyApp.exe

and get this error:

MyApp.pdb: cannot load PDB helper DLL
rainers commented 1 year ago

More information is needed. What VS installation are you using?

I suspect that VS 2022 might be a problem, because it is running as a 64-bit process. You might have to start cv2pdb in an environment that uses the x86 executables of the VC tool chain.

Zero-Tang commented 1 year ago

One possible solution is to put cv2pdb into the same directory with VS directory that contains mspdbsrv.exe.