Fatal Error C1026 (Windows CE 5.0)

Send Feedback

parser stack overflow, program too complex

The space required to parse the program caused a compiler stack overflow.

Decrease the complexity of expressions by doing the following:

  • Decrease nesting in for and switch statements. Put more deeply nested statements in separate functions.
  • Break up long expressions that involve comma operators or function calls.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.