Specifications

Error! Style not defined. 699
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 699 of 15 Printed: 10/09/00 02:49 PM
CAN0048 calling sequence not supported
A function specified in the expression uses a calling sequence not supported by the
CodeView C expression evaluator. You cannot call this function in a CodeView
expression.
CAN0049 obsolete OMF - please relink program
The program used an old OMF (Object Module Format).
The program must be linked with LINK version 5.30 or later, and packed with
CVPACK version 4.0 or later.
CAN0050 left side of :: must be class/struct/union
The symbol on the left side of the scope-resolution operator (::) was not a class,
structure or union.
CAN0051 more than one overloaded symbol specified in breakpoint
CodeView could not determine which of more than one overloaded symbol to use as a
breakpoint.
CAN0052 member function not present
A member function was specified as a breakpoint but could not be found. This error can
be caused by setting a breakpoint at a function that has been inlined.
Recompile the file with inlining forced off (/Ob0) to set a breakpoint in this function.
An expression called a function that was not defined.
CAN0053 nonfunction symbol match while binding breakpoints
A symbol used as a breakpoint was not a function. This error can be caused by
specifying a data member as a breakpoint.
CAN0054 register in breakpoint expression illegal
A register cannot be used in a breakpoint expression.
CAN0055 ambiguous symbol in context operator
A symbol in the context operator ({}) referred to more than one symbol in the program.
The scope resolution operator (::) may be able to resolve the ambiguity.
CAN0056 error in line number
An invalid line number was specified.
CAN0057 no code at line number
No code was generated for the specified line number. It cannot be used as a breakpoint.
CAN0058 overloaded operator not found
A class type was specified as the left operand in an expression, but an overloaded
operator was not defined for the class.