errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2145
 
     syntax error : missing 'token' before identifier
 
     The compiler expected the given token to appear before an
     identifier.
 
     This message may appear if a semicolon (;) does not appear after
     the last declaration of a block.
                                    -♦-