You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[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. |
0 commit comments