◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler error C2144 syntax error : missing 'token' before type 'type' The compiler expected the given token to appear before the given type name. This message may appear if a required closing brace (}), right parenthesis ()), or semicolon (;) is missing. -♦-