This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
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 swapable functions) exceeds the limit.
Possible solution
Use malloc or new to allocate large amounts of data.