Specifications
Error! Style not defined. 711
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 711 of 27 Printed: 10/09/00 02:49 PM
CV1250 general expression-evaluator error
An error occurred in a CodeView expression evaluator.
This error is probably caused by a lack of memory available to the expression evaluator.
You can free memory by doing one or more of the following:
u Close windows that are not needed. The Memory window should be closed if
possible.
u Delete breakpoints that are not needed.
u Disable options that are not needed.
As a last resort, exit CodeView and start the debugging session again.
This error can also be caused by an expression that cannot be evaluated by the
expression evaluator.
CV1251 message
An error occurred within a CodeView expression evaluator.
No further explanation is available.
CV1254 invalid address expression
The expression entered does not evaluate to an address.
The expression must be in a form that can appear on the left side of an assignment and
refer to a memory location.
For example, buffer[count] is a valid l-value because it points to a specific memory
location. The logical comparison zed != 0 is not a valid l-
value because it evaluates to
TRUE or FALSE, not a memory address.
CV1255 no data members
The class, structure, or union that was expanded did not have data members. A class
must contain at least one data member to be expanded.
CV2206 corrupt CodeView information in filename; discarding
This error can be caused by using mismatched versions of development tools. Verify
that the versions of all tools are current and synchronized.
Try recompiling the file with the /Zd switch (Prepare for Debugging option).
This option produces an object file containing only public symbols (global or external)
and line numbers.
CV2207 loaded symbols for module
CodeView automatically loaded the symbols for the given dynamic-link library (DLL).
The DLL can now be debugged.
This message is for your information only and does not indicate an error.