Specifications

704 CodeView Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 704 of 20 Printed: 10/09/00 02:49 PM
CV0104 CodeView information for filename is newer than this version of CodeView
The executable file was compiled or linked with a version of a Microsoft compiler that
is newer than the version of CodeView you are using.
Try one of the following:
u Reinstall CodeView that came with the new compiler.
u Remove older versions of CodeView that may be present on your hard disk.
u Recompile the program with an older version of a Microsoft compiler.
CV1001 invalid breakpoint command
CodeView could not interpret the breakpoint command.
The command probably used an invalid symbol or the incorrect command format.
CV1003 extra input ignored
The first part of the command line was interpreted correctly.
The remainder of the line could not be interpreted or was unnecessary.
CV1004 invalid register
The Register (R) command named a register that does not exist or cannot be displayed.
CodeView can access the following registers: AX, SP, DS, IP, BX, BP, ES, FL, CX,
SI, SS, DX, DI, CS.
When running with MS-DOS or the Windows operating system on an 80386 or an
80486 machine, the 80386 registers option can be selected to access the following
registers: EAX, ESP, DS, GS, EBX, EBP, ES, SS, ECX, ESI, FS, EIP, EDX, EDI,
CS, EFL.
When debugging p-code, CodeView can also access the following registers: TL, TH,
PQ.
CV1006 breakpoint number or '*' expected
A breakpoint was specified without a number or asterisk.
A Breakpoint Clear (BC), Breakpoint Disable (BD), or Breakpoint Enable (BE)
command requires one or more numbers to specify the breakpoints or an asterisk to
specify all breakpoints.
For example, the following command causes this error:
bc rika