Fatal Error C1046 (Windows CE 5.0)

Send Feedback

compiler limit : structure nested too deeply

The structure, union, or class exceeded the nesting limit (15 levels).

  • Rewrite the definition to reduce the nesting level.
  • Split the structure, union, or class into two or more parts by using typedef to define one or more of the nested structures.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.