Specifications
Error! Style not defined. 707
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 707 of 23 Printed: 10/09/00 02:49 PM
CV1031 no source lines at this address
An attempt was made to view an address that does not have source code.
This error can be caused by debugging a program whose source has been modified after
it was compiled. Recompile the file before debugging it with CodeView.
CV1039 not a text file
An attempt was made to load a file that is not a text file. The file may be binary data.
This error can also occur if the first line of a file includes characters that are in the range
of ASCII 0 to 8, 14 to 31, or 127 (0x0 to 0x8, 0xE to 0x1F, or 0x7F).
The Source window can only be used to view text files.
CV1040 video mode changed without /S option
The program being debugged changed screen modes, and CodeView was not set for
swapping. The program output is now damaged or unrecoverable.
To be able to view program output, exit CodeView and restart it with the Swap (/S)
option.
CV1041 file error
CodeView could not write to the disk.
One of the following may have occurred:
u There was not enough space on the disk.
u The file was locked by another process.
CV1042 library module not loaded
The program being debugged uses load-on-demand dynamic-link libraries (DLLs). At
least one of these libraries is needed but could not be found.
CV1043 application output lost; screen exchange is off
The program being debugged wrote to the display when the Flip (/F) or Swap (/S)
option was turned off. The program output was lost.
When flipping is on, video page 1 is usually reserved for CodeView. Programs usually
write to video page 0 by default. Programs that write to video page 1 must be debugged
with swapping on.
Turn Flip or Swap on to be able to view program output.