wbenny / pdbex

pdbex is a utility for reconstructing structures and unions from the PDB into compilable C headers
MIT License
814 stars 160 forks source link

I always get 'file not found' no matter what #2

Closed AzAgarampur closed 5 years ago

AzAgarampur commented 5 years ago

Tested all releases - same problem. File does exist, and so does the symbol. Also tried the example given, does not work either.

ghost commented 5 years ago

The issue is because Windows has provided a different msdia140.dll, You should clone or download the repository, take the msdia140.dll file provided inside the Library folder and place it alongside the executable. It should work just fine if done correctly.

wbenny commented 5 years ago

As @ethug said (thanks!).

TorutheRedFox commented 11 months ago

I get the same thing, even when using the dlls provided in the repo