errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2143
 
     syntax error : missing 'token1' before 'token2'
 
     The compiler expected <token1> to appear before <token2>.
 
     This message may appear if a required closing brace (}), right
     parenthesis ()), or semicolon (;) is missing.
                                    -♦-