This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Fatal Error C1059
compiler is out of near heap space
The compiler ran out of space in its near default data-segment (near) heap.
Possible solutions
- Eliminate unnecessary include files.
- Split the current function into smaller functions.
- Split the current file into smaller files.