You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can successfully build the samples in https://github.com/kennykerr/samples-rs but am getting the following error trying to build with a binding to the MiniDumpWriteDump function:
= note: LINK : fatal error LNK1181: cannot open input file 'api-ms-win-core-debug-minidump-l1-1-0.lib'
Would you know how I should proceed to build this?
The text was updated successfully, but these errors were encountered:
Hello,
I can successfully build the samples in https://github.com/kennykerr/samples-rs but am getting the following error trying to build with a binding to the
MiniDumpWriteDump
function:= note: LINK : fatal error LNK1181: cannot open input file 'api-ms-win-core-debug-minidump-l1-1-0.lib'
Would you know how I should proceed to build this?
The text was updated successfully, but these errors were encountered: