Skip to content
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

LINK : fatal error LNK1181: cannot open input file 'api-ms-win-core-debug-minidump-l1-1-0.lib' #457

Closed
DaLynX opened this issue Jan 28, 2021 · 2 comments
Labels
bug Something isn't working question Further information is requested

Comments

@DaLynX
Copy link

DaLynX commented Jan 28, 2021

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?

@rylev rylev added bug Something isn't working question Further information is requested labels Jan 28, 2021
@kennykerr
Copy link
Collaborator

I have pinned the following issue describing the problem as it is a common question: #463

@kennykerr
Copy link
Collaborator

A more comprehensive workaround is now in place to deal with the linker issue. You should now be able to use this function without issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants