cv2pdb icon indicating copy to clipboard operation
cv2pdb copied to clipboard

cannot load PDB helper DLL

Open misuqian opened this issue 3 years ago • 2 comments

cv2pdb.exe -C MyApp.exe

and get this error:

MyApp.pdb: cannot load PDB helper DLL

misuqian avatar Oct 13 '22 08:10 misuqian

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.

rainers avatar Oct 16 '22 11:10 rainers

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

Zero-Tang avatar Nov 26 '22 01:11 Zero-Tang