"File not found" Error even when provided correct PDB path.
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.
From the looks of it, this is an old issue, to confirm you need to get the msdia140.dll from the repo and add it on the same folder.
Adding the DLL to the same folder did not work for me. I am 100% certain the PDB filename is correct.