Skip to content

Commit

Permalink
doc(wiki): Added tip about resolving frustrating LNK1181 error
Browse files Browse the repository at this point in the history
  • Loading branch information
abrkn authored and rvagg committed Jun 23, 2021
1 parent 378c363 commit e64798d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Visual-Studio-2010-Setup.md
Expand Up @@ -7,4 +7,6 @@ According to the readme file in [Microsoft Visual C++ 2010 Service Pack 1 Compil
1. [Visual Studio 2010 SP1](http://www.microsoft.com/en-us/download/details.aspx?id=23691)
1. [Visual C++ 2010 SP1 Compiler Update for the Windows SDK 7.1](http://www.microsoft.com/en-us/download/details.aspx?id=4422)

On x64 environments, the last update in the list fixes errors about missing compilers and `error MSB4019: The imported project "C:\Microsoft.Cpp.Default.props" was not found.`
On x64 environments, the last update in the list fixes errors about missing compilers and `error MSB4019: The imported project "C:\Microsoft.Cpp.Default.props" was not found.`

If you experience the error `LNK1181` file `kernel32.lib` not found, try compiling using the `Windows SDK 7.1 Command Prompt` start menu shortcut.

0 comments on commit e64798d

Please sign in to comment.