Hi,
This application fails to read any PDB files with either of the following commands
pdbex * factorio.pdb -o factorio.h
pdbex * ./factorio.pdb -o factorio.h

After reading the source code, I realized that this application depends on a msdia140.dll file.
Adding this file directly into the working directory seems to be a workaround for the issue.

However the error message instead implies that the application cannot find the .pdb file.
I recommend either removing the dependency on msdia140.dll or improving the error message.
Hi,
This application fails to read any PDB files with either of the following commands
pdbex * factorio.pdb -o factorio.hpdbex * ./factorio.pdb -o factorio.hAfter reading the source code, I realized that this application depends on a
msdia140.dllfile.Adding this file directly into the working directory seems to be a workaround for the issue.
However the error message instead implies that the application cannot find the .pdb file.
I recommend either removing the dependency on
msdia140.dllor improving the error message.