camden-smallwood

Results 10 comments of camden-smallwood

Currently these are being estimated by determining the module of the previously defined top-level symbol and using that same module. This is incorrect, but at least the types are included...

Hey there, I've implemented a fix for `/MP` compiler options in commit [c8cbcce](https://github.com/camden-smallwood/pdb-decompiler/commit/c8cbcce43cc0a1284da25c9c3bd2d7f072cb4435), which should resolve your first issue. The second issue seems a little odd, does it still happen...

No problem, if you don't mind reporting on any missing build info arg support in here, then I'll do what I can to get them implemented. I have added support...

OK that should be fixed in commit [01ac679](https://github.com/camden-smallwood/pdb-decompiler/commit/01ac6798499b318a6a6d6227deab0d386249b1ec).

OK that one should be fixed with commit [86a5d79](https://github.com/camden-smallwood/pdb-decompiler/commit/86a5d798e0c35084314b8c59cb4e7e53f6783ff4).

That's a strange one because it doesn't seem to follow the documentation of the `/GR` option as specified here: https://learn.microsoft.com/en-us/cpp/build/reference/gr-enable-run-time-type-information?view=msvc-160 I've made a change that includes the build info args...

I think your local copy might be out of date. Could you verify that your `src/cpp/module.rs` has the same message string as the repository's at line 825? https://github.com/camden-smallwood/pdb-decompiler/blob/main/src/cpp/module.rs#L825

Yes I do, my account is `@camdensmallwood`

Hello, would you be able to provide a link to the .pdb file that caused this error by chance?

I have identified part of the issue and pushed a temporary fix with commit [`b7bfa27fb68365154b93847a412852eeb38f205e`](https://github.com/camden-smallwood/pdb-decompiler/commit/b7bfa27fb68365154b93847a412852eeb38f205e). I will spend some more time on a proper fix this weekend. Thank you for...