Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.22 KB

c-runtime-errors-r6002-through-r6035.md

File metadata and controls

34 lines (28 loc) · 2.22 KB
description title ms.date f1_keywords ms.assetid
Learn more about: C Runtime errors (Rxxxx)
C Runtime errors
04/16/2019
c.errors
R6000
R6003
R6010
R6022
R6023
R6034
78019050-9a30-4b61-8250-a5702e0e2393

C Runtime errors (Rxxxx)

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.

[!INCLUDEerror-boilerplate]

C Runtime errors

C Runtime Error R6002
C Runtime Error R6008
C Runtime Error R6009
C Runtime Error R6016
C Runtime Error R6017
C Runtime Error R6018
C Runtime Error R6019
C Runtime Error R6024
C Runtime Error R6025
C Runtime Error R6028
C Runtime Error R6030
C Runtime Error R6031
C Runtime Error R6032
C Runtime Error R6033
C Runtime Error R6035

See also

C/C++ Compiler and build tools errors and warnings