Fatal Error C1026
parser stack overflow, program too complex
The space required to parse the program caused a compiler stack overflow.
Decrease the complexity of expressions by:
Decreasing nesting in
for
andswitch
statements. Put more deeply nested statements in separate functions.Breaking up long expressions that involve comma operators or function calls.