-
Notifications
You must be signed in to change notification settings - Fork 555
windows-rs support for Microsoft DIA SDK (Debug Interface Access) #1327
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@jeanga This should work today, if you drop in DIA SDK metadata. Let me write you a sample tomorrow, standby. (Redmond, WA time.) |
@jeanga Got most of a sample written today after overcoming some metadata challenges. Will share tomorrow, thanks for your patience. |
Thanks for your patience @jeanga. Check out this sample: microsoft/windows-samples-rs#40 The high level overview is:
What this sample doesn't show:
Going to close this for now, but feel free to continue the discussion. Thanks! |
Now uses pre-generated bindings. |
Just checked the sample! Thank you sooo much for the quick answer! |
Hi !
I am willing to port existing code from C++ to Rust.
However, windows::Win32::System::Diagnostics::Debug exposes the dbghelp interfaces, I could not find the Microsoft DIA SDK (Debug Interface Access) interfaces.
Is there any plan to add these to windows-rs?
If so, how can I help?
If not, is #81 the only way to go?
Many thanks for windows-rs, it is precious to Windows developers switching to Rust.
The text was updated successfully, but these errors were encountered: