Skip to content

Update linker-tools-error-lnk1107.md as the description couldn't help me on resolving the linker error and could get the solution from stackoverflow #3578

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

Closed
wants to merge 1 commit into from

Conversation

chaitanyavaleti
Copy link

No description provided.

@PRMerger4
Copy link
Contributor

@chaitanyavaleti : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@ktoliver
Copy link
Contributor

ktoliver commented Dec 9, 2021

#label:"aq-pr-triaged"

@PRMerger17 PRMerger17 added the aq-pr-triaged Tracking label for the PR review team label Dec 9, 2021
@colin-home
Copy link
Contributor

@chaitanyavaleti
Thanks for taking the time to make an update. While you're not wrong, neither is the existing suggestion, which matches the example. What LNK1107 really means is, the linker tried to link something that's not one of the expected input types (or if it is an expected input type, the file is corrupted.) The expected input file types are usually .obj or .lib files, or a compiled resource or manifest, Common unexpected files that cause this error are .dll files or source files. Sometimes the unexpected files appear on the linker command line because something is broken in the build process, so the options sent to link.exe are incorrect.

I'm not sure what to do with your update. It doesn't have enough context to provide a good solution (but to be fair, neither does the existing content.) Perhaps it's better to restate the problem as an issue first, then we can determine the best solution.

@colin-home
Copy link
Contributor

Closed, since this is covered by another update that should be visible on Monday.

@colin-home colin-home closed this Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants