Skip to content

Commit 90538c2

Browse files
authored
Merge pull request #920 from corob-msft/cr-issue292
Fix broken link in LNK1000 for issue 292
2 parents b109750 + 4d5713c commit 90538c2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Linker Tools Error LNK1000 | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/04/2016"
4+
ms.date: "06/18/2018"
55
ms.technology: ["cpp-diagnostics"]
66
ms.topic: "error-reference"
77
f1_keywords: ["LNK1000"]
@@ -13,8 +13,9 @@ ms.author: "corob"
1313
ms.workload: ["cplusplus"]
1414
---
1515
# Linker Tools Error LNK1000
16-
unknown error; consult documentation for technical support options
17-
18-
Note the circumstances of the error, try to isolate the problem and create a reproducible test case, then contact `Microsoft Product Support Services`. For information on how to investigate and report these errors, see [http://support.microsoft.com/default.aspx?scid=kb;en-us;134650](http://support.microsoft.com/default.aspx?scid=kb;en-us;134650).
19-
20-
You may get this error if you mix standard header files (for example, dos.h) and your own files. `#include` the standard headers first, followed by your own header files.
16+
17+
> unknown error; consult documentation for technical support options
18+
19+
Note the circumstances of the error, then try to isolate the problem and create a reproducible test case. For information on how to investigate and report these errors, see [How to report a problem with the Visual C++ toolset or documentation](../../how-to-report-a-problem-with-the-visual-cpp-toolset.md).
20+
21+
You may get this error if you mix standard header files (for example, Windows.h) and your own files. Include a precompiled header, if any, first, then the standard headers, followed by your own header files.

0 commit comments

Comments
 (0)