Skip to content

Commit 48ade32

Browse files
authored
Simplify superfluous relative links in "C Runtime errors (Rxxxx)"
1 parent 36d9758 commit 48ade32

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/error-messages/tool-errors/c-runtime-errors-r6002-through-r6035.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@ ms.assetid: 78019050-9a30-4b61-8250-a5702e0e2393
99

1010
The C Runtime library (CRT) may report a runtime error when your app is loaded or running. Even though each message refers to the Microsoft Visual C++ runtime library, it doesn't mean there's a bug in the library. These errors indicate either a bug in your app's code, or a condition that the runtime library can't handle, such as low memory. End users of your app may see these errors unless your write your app to prevent them, or to capture the errors and present a friendly error message to your users instead.
1111

12-
[!INCLUDE[error-boilerplate](../../error-messages/includes/error-boilerplate.md)]
12+
[!INCLUDE[error-boilerplate](../includes/error-boilerplate.md)]
1313

1414
## C Runtime errors
1515

1616
| Error | Message |
1717
|--|--|
18-
| [C Runtime Error R6002](../../error-messages/tool-errors/c-runtime-error-r6002.md) | floating-point support not loaded |
19-
| [C Runtime Error R6008](../../error-messages/tool-errors/c-runtime-error-r6008.md) | not enough space for arguments |
20-
| [C Runtime Error R6009](../../error-messages/tool-errors/c-runtime-error-r6009.md) | not enough space for environment |
21-
| [C Runtime Error R6016](../../error-messages/tool-errors/c-runtime-error-r6016.md) | not enough space for thread data |
22-
| [C Runtime Error R6017](../../error-messages/tool-errors/c-runtime-error-r6017.md) | unexpected multithread lock error |
23-
| [C Runtime Error R6018](../../error-messages/tool-errors/c-runtime-error-r6018.md) | unexpected heap error |
24-
| [C Runtime Error R6019](../../error-messages/tool-errors/c-runtime-error-r6019.md) | unable to open console device |
25-
| [C Runtime Error R6024](../../error-messages/tool-errors/c-runtime-error-r6024.md) | not enough space for _onexit/atexit table |
26-
| [C Runtime Error R6025](../../error-messages/tool-errors/c-runtime-error-r6025.md) | pure virtual function call |
27-
| [C Runtime Error R6028](../../error-messages/tool-errors/c-runtime-error-r6028.md) | unable to initialize heap |
28-
| [C Runtime Error R6030](../../error-messages/tool-errors/c-runtime-error-r6030.md) | CRT not initialized |
29-
| [C Runtime Error R6031](../../error-messages/tool-errors/c-runtime-error-r6031.md) | Attempt to initialize the CRT more than once. This indicates a bug in your application. |
30-
| [C Runtime Error R6032](../../error-messages/tool-errors/c-runtime-error-r6032.md) | Not enough space for locale information |
31-
| [C Runtime Error R6033](../../error-messages/tool-errors/c-runtime-error-r6033.md) | Attempt to use MSIL code from this assembly during native code initialization. This indicates a bug in your application. It is most likely the result of calling an MSIL-compiled (/clr) function from a native constructor or from DllMain. |
32-
| [C Runtime Error R6035](../../error-messages/tool-errors/c-runtime-error-r6035.md) | A module in this application is initializing the module's global security cookie while a function relying on that security cookie is active. Call __security_init_cookie earlier. |
18+
| [C Runtime Error R6002](c-runtime-error-r6002.md) | floating-point support not loaded |
19+
| [C Runtime Error R6008](c-runtime-error-r6008.md) | not enough space for arguments |
20+
| [C Runtime Error R6009](c-runtime-error-r6009.md) | not enough space for environment |
21+
| [C Runtime Error R6016](c-runtime-error-r6016.md) | not enough space for thread data |
22+
| [C Runtime Error R6017](c-runtime-error-r6017.md) | unexpected multithread lock error |
23+
| [C Runtime Error R6018](c-runtime-error-r6018.md) | unexpected heap error |
24+
| [C Runtime Error R6019](c-runtime-error-r6019.md) | unable to open console device |
25+
| [C Runtime Error R6024](c-runtime-error-r6024.md) | not enough space for _onexit/atexit table |
26+
| [C Runtime Error R6025](c-runtime-error-r6025.md) | pure virtual function call |
27+
| [C Runtime Error R6028](c-runtime-error-r6028.md) | unable to initialize heap |
28+
| [C Runtime Error R6030](c-runtime-error-r6030.md) | CRT not initialized |
29+
| [C Runtime Error R6031](c-runtime-error-r6031.md) | Attempt to initialize the CRT more than once. This indicates a bug in your application. |
30+
| [C Runtime Error R6032](c-runtime-error-r6032.md) | Not enough space for locale information |
31+
| [C Runtime Error R6033](c-runtime-error-r6033.md) | Attempt to use MSIL code from this assembly during native code initialization. This indicates a bug in your application. It is most likely the result of calling an MSIL-compiled (/clr) function from a native constructor or from DllMain. |
32+
| [C Runtime Error R6035](c-runtime-error-r6035.md) | A module in this application is initializing the module's global security cookie while a function relying on that security cookie is active. Call __security_init_cookie earlier. |
3333

3434
## See also
3535

0 commit comments

Comments
 (0)