-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use in Windows? #2
Comments
Could you provide more details, like OS version? Did you try to debug? Which function return error? Does |
smbios_entry64_ empty |
render_to_description return nothing.. |
Check GetSystemFirmwareTable() return value. If it's a zero, call ::GetLastError() and check the code. Non-zero value is unlikely, because it's against function description and means memory buffer should be bigger, but I can't deny any possibility |
GetSystemFirmwareTable not a zero |
It's outside application scope then, and might be connected to last Windows Update. I'll check it out in nearest time. |
Code not worked ...
The text was updated successfully, but these errors were encountered: