Specifications

702 CodeView Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 702 of 18 Printed: 10/09/00 02:49 PM
CV0012 out of memory
CodeView was unable to allocate or reallocate the memory that it required because not
enough memory was available.
Possible solutions include the following:
u Recompile without symbolic information in some of the modules. CodeView
requires memory to hold information about the program being debugged. Compile
some modules with the /Zd option instead of /Zi, or don’t use either option.
u Remove other programs or drivers running in the system that could be consuming
significant amounts of memory.
u Decrease the settings in CONFIG.SYS for FILES and BUFFERS.
CV0013 access denied
A specified file’s permission setting does not allow the required access.
One of the following may have occurred:
u An attempt was made to write to a read-only file.
u A locking or sharing violation occurred.
u An attempt was made to open a directory instead of a file.
CV0014 invalid address
The command expected an address but was given an argument that could not be
interpreted as a valid address.
A name or constant may have been specified without the period (.) that indicates a
filename or line number.
CV0018 no such file or directory
The specified file does not exist or a path does not specify an existing directory.
Check the file or directory name in the most recent command.
One of the following may have occurred:
u The View Source (VS) command or the Open Source command from the File menu
was used to view a nonexistent file.
u An attempt was made to print to a nonexistent file or directory.
CV0022 invalid argument
An invalid value was given as an argument.