Specifications
716 CodeView Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 716 of 32 Printed: 10/09/00 02:49 PM
CV4011 assembler: divide by zero
CodeView encountered a divide-by-zero error while assembling the current instruction.
The instruction was rejected and the address was not advanced.
CV4012 cannot assemble code with current execution model
This error can be caused by trying to assemble p-code in CodeView.
CV4500 bad fixed format length: using variable length
In invalid length was specified for the Memory window. CodeView will set the length
based on the current window width.
Try specifying a different length.
CV4501 invalid window id
The window ID was invalid. It must be either 0 or 1.
CV4502 unable to open the requested memory window
CodeView could not open a Memory window.
The only valid window IDs are 0 and 1. You may need to close some windows.
CV5001 cannot select
The cursor was not on the same line as an automatically selectable symbol.
CV5004 cannot read file
CodeView could not read a file.
Read the file again. If the second read fails, exit and restart CodeView. If the read
process still fails, the file may be corrupt.
CV5005 no file selected
A module must be selected before OK is chosen.
To exit the dialog box without selecting a module, choose Cancel.
CV5009 no watch expression to delete
An attempt was made to delete one or more watch variables (watch expressions), but
watch expressions are not currently selected.
CV5012 packed executable file
CodeView cannot step through the beginning of files that are linked with the
/EXEPACK option. There are two solutions to this problem:
u Relink without this option to debug the file and then switch back to linking with
/EXEPACK for the release version of your program.
u Execute the program through startup code, and set breakpoints only after the
program has entered main.