Specifications
Error! Style not defined. 693
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 693 of 9 Printed: 10/09/00 02:49 PM
CAN0005 operator not supported
An unsupported C operator was specified in an expression.
You can usually write an equivalent expression using the supported C operators.
CAN0006 missing left parenthesis
Unbalanced parentheses were found in the expression.
Retype the expression with balanced parentheses.
CAN0007 missing right parenthesis
Unbalanced parentheses were found in the expression.
Retype the expression with balanced parentheses.
CAN0008 missing \at end of string
The double quotation mark (") expected at the end of the string literal was missing.
Retype the expression, enclosing the string literal in double quotation marks.
CAN0009 missing ' after character constant
The single quotation mark (') expected at the end of the character constant was missing.
Retype the expression, enclosing the character constant in single quotation marks.
CAN0010 missing left bracket
The expression contains unbalanced square brackets.
Retype the expression with balanced square brackets.
CAN0011 missing right bracket
The expression contains unbalanced square brackets.
Retype the expression with balanced square brackets.
CAN0012 missing left curly brace
The expression contains an unbalanced curly brace.
Retype the expression with balanced curly braces.
CAN0013 missing operator
An operator was expected in the expression but was not found.
Check the syntax of the expression.
CAN0014 missing operand
An operator was specified without a required operand.
Check the syntax of the expression.