Fatal Error C1013

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Fatal Error C1013.

compiler limit : too many open parentheses

An expression contains too many levels of parentheses in a single expression. Simplify the expression or break it into multiple statements.

Prior to Visual C++ 6.0 Service Pack 3, the limit on nested parenthesis in a single expression was 59. Currently, the limit on nested parenthesis is 256.

Show: