Skip to content

Commit e736995

Browse files
authored
Add blockquotes for error messages in range [LNK2001, LNK2039]
1 parent 087364a commit e736995

12 files changed

+12
-12
lines changed

docs/error-messages/tool-errors/linker-tools-error-lnk2004.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 07645371-e67b-4a2c-b0e0-dde24c94ef7e
88
---
99
# Linker Tools Error LNK2004
1010

11-
gp relative fixup overflow to 'target'; short section 'section' is too large or out of range.
11+
> gp relative fixup overflow to 'target'; short section 'section' is too large or out of range.
1212
1313
The section was too large.
1414

docs/error-messages/tool-errors/linker-tools-error-lnk2008.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: bbcd83c5-c8ae-439e-a033-63643a5bb373
88
---
99
# Linker Tools Error LNK2008
1010

11-
Fixup target is not aligned 'symbol_name'
11+
> Fixup target is not aligned 'symbol_name'
1212
1313
LINK found a fixup target in your object file that was not aligned properly.
1414

docs/error-messages/tool-errors/linker-tools-error-lnk2011.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ helpviewer_keywords: ["LNK2011"]
77
---
88
# Linker Tools Error LNK2011
99

10-
precompiled object not linked in; image may not run
10+
> precompiled object not linked in; image may not run
1111
1212
If you use precompiled headers, LINK requires that all of the object files created with precompiled headers must be linked in. If you have a source file that you use to generate a precompiled header for use with other source files, you now must include the object file created along with the precompiled header.
1313

docs/error-messages/tool-errors/linker-tools-error-lnk2013.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 21408e2d-3f56-4d1f-a031-00df70785ed4
88
---
99
# Linker Tools Error LNK2013
1010

11-
fixup type fixup overflow. Target 'symbol name' is out of range
11+
> fixup type fixup overflow. Target 'symbol name' is out of range
1212
1313
The linker cannot fit the necessary address or offset into the given instruction because the target symbol is too far away from the instruction's location.
1414

docs/error-messages/tool-errors/linker-tools-error-lnk2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: f7c21733-b0fb-4888-a295-9b453ba6ee77
88
---
99
# Linker Tools Error LNK2017
1010

11-
'symbol' relocation to 'segment' invalid without /LARGEADDRESSAWARE:NO
11+
> 'symbol' relocation to 'segment' invalid without /LARGEADDRESSAWARE:NO
1212
1313
You are trying to build a 64-bit image with 32-bit addresses. To do this, you must:
1414

docs/error-messages/tool-errors/linker-tools-error-lnk2020.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ helpviewer_keywords: ["LNK2020"]
77
---
88
# Linker Tools Error LNK2020
99

10-
unresolved token 'token'
10+
> unresolved token 'token'
1111
1212
Similar to an undefined external error, except that the reference is via metadata. In metadata, all functions and data must be defined.
1313

docs/error-messages/tool-errors/linker-tools-error-lnk2023.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: c99e35a8-739a-4a20-a715-29b8c3744703
88
---
99
# Linker Tools Error LNK2023
1010

11-
bad dll or entry point \<dll or entry point>
11+
> bad dll or entry point \<dll or entry point>
1212
1313
The linker is loading an incorrect version of msobj90.dll. Ensure that link.exe and msobj90.dll in your path have the same version.
1414

docs/error-messages/tool-errors/linker-tools-error-lnk2026.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: 9955bf7c-59b5-4fa1-8481-147db0d7df45
88
---
99
# Linker Tools Error LNK2026
1010

11-
module unsafe for SAFESEH image
11+
> module unsafe for SAFESEH image
1212
1313
[/SAFESEH](../../build/reference/safeseh-image-has-safe-exception-handlers.md) was specified, but a module was not compatible with the safe exception handling feature. If you want to use this module with **/SAFESEH**, then you will need to recompile the module.

docs/error-messages/tool-errors/linker-tools-error-lnk2027.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: e2f857a8-8e8a-4697-bbff-12ccb84a35c1
88
---
99
# Linker Tools Error LNK2027
1010

11-
unresolved module reference 'module'
11+
> unresolved module reference 'module'
1212
1313
A file passed to the linker has a dependency on a module that was neither specified with **/ASSEMBLYMODULE** nor passed directly to the linker.
1414

docs/error-messages/tool-errors/linker-tools-error-lnk2028.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: e2b03293-6066-464d-a050-ce747bcf7f0e
88
---
99
# Linker Tools Error LNK2028
1010

11-
"*exported_function*" (*decorated_name*) referenced in function "*function_containing_function_call*" (*decorated_name*)
11+
> "*exported_function*" (*decorated_name*) referenced in function "*function_containing_function_call*" (*decorated_name*)
1212
1313
## Remarks
1414

0 commit comments

Comments
 (0)