Specifications
Error! Style not defined. 705
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 705 of 21 Printed: 10/09/00 02:49 PM
CV1007 unable to open file
The specified file cannot be opened.
One of the following may have occurred:
u The file may not exist in the specified directory.
u The filename was misspelled.
u The file’s attributes are set so that it cannot be opened.
u A locking or sharing violation occurred.
CV1011 no previous regular expression
The Repeat Last Find command was executed, but a regular expression (search string)
was not previously specified.
CV1012 regular expression too long
The regular expression was too long or complex.
Use a simpler or more general regular expression.
CV1016 match not found
A string could not be found that matched the search pattern.
CV1017 syntax error
The command contained a syntax error.
This error is probably caused by an invalid command or expression.
CV1018 unknown symbol
The symbolic name specified could not be found.
One of the following may have occurred:
u The specified name was misspelled.
u The wrong case was used when case sensitivity was turned on. Case sensitivity is
toggled by the Case Sensitivity command from the Options menu or is set by the
Option (O) Command-window command.
u The module containing the specified symbol may not have been compiled with the
/Zi option to include symbolic information.
u A search was made for an undefined label or function.