Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 541 Bytes

fatal-error-c1126.md

File metadata and controls

15 lines (12 loc) · 541 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1126
Fatal Error C1126
11/04/2016
C1126
C1126
f22b26a6-8ad7-47cf-a237-196c8ea60aca

Fatal Error C1126

'identifier' : automatic allocation exceeds size

Space allocated for local variables of a function (plus a limited amount of space used by the compiler, such as an extra 20 bytes for swappable functions) exceeds the limit.

To correct this error, use malloc or new to allocate large amounts of data.