Specifications

Error! Style not defined. 713
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 713 of 29 Printed: 10/09/00 02:49 PM
CV3608 out of memory
CodeView needed additional memory, but insufficient memory was available.
Possible solutions include the following:
u Remove some drivers or applications that have been loaded in high memory.
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 high memory.
u Free some memory by removing terminate-and-stay-resident (TSR) software.
u Remove unneeded watch expressions or breakpoints.
CV3620 bad DLL format in filename
CodeView did not recognize the format of the specified CodeView dynamic-link library
(DLL) file.
The DLL may be damaged or may be the wrong version.
This error is caused if the specified file is not a DLL.
CV3621 cannot find DLL filename
CodeView could not find the specified dynamic-link library (DLL). This may be caused
by a mistyped filename in the TOOLS.INI file.
CV3622 cannot load DLL filename
CodeView was unable to load the specified dynamic-link library (DLL) file.
Reinstall the CodeView DLL from the distribution disks.
CV3623 wrong DLL filename
CodeView expected one type of dynamic-link library (DLL) but read a different type.
This error is probably caused by specifying an incorrect filename in the TOOLS.INI
file. For example, you may have specified an execution model in the expression-
evaluator entry.
CV3624 cannot load execution model filename - limit is 1
Too many execution models are specified in the TOOLS.INI file.
Only one execution model can be used at a time.
Remove those execution models you are not using in your debugging session.