Specifications
714 CodeView Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 714 of 30 Printed: 10/09/00 02:49 PM
CV3625 no transport layer; exiting
CodeView needs a transport layer to make appropriate calls to the operating system in
local debugging and to a remote computer in remote debugging.
Check your TOOLS.INI file, and make sure there is a Transport entry in the [cv] or
[cvw] CodeView section.
CV3626 no execution model; exiting
CodeView needs an execution model in order to function.
Check your TOOLS.INI file, and make sure there is a Native entry specified.
CV3627 no nonnative execution models found
You must specify a nonnative execution model in order to debug a p-code program.
Add the following line to your TOOLS.INI file:
model:nmd1pcd.dll
CV3628 too many transport layers: choose one
Only one transport layer can be selected at one time.
CV3629 too many execution models: choose one
Only one execution model can be selected at a time.
Additional execution models should be removed.
CV3630 no symbol handler found; exiting
A symbol handler dynamic-link library (DLL) could not be found. The DLLs that
CodeView uses must be in a location specified by the cvdllpath entry in the [cvw] or
[cv] section of TOOLS.INI.
CV3631 program being debugged contains p-code, but no model: specified in tools.ini
The entry model=nmd1pcd.dll
must be specified in TOOLS.INI to debug a program
that contains p-code.
CV4000 assembler: not enough operands
Additional operands are required for this instruction.
The instruction was rejected and the address was not advanced.
CV4001 assembler: too many operands
Too many operands were specified for the most recently issued instruction.
The instruction was rejected and the address was not advanced.
CV4002 assembler: incorrect operand size
An instruction required an operand of a different size.
The instruction was rejected and the address was not advanced.