Specifications

Error! Style not defined. 703
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 703 of 19 Printed: 10/09/00 02:49 PM
CV0024 too many open files
CodeView could not open a file it needed because a file handle was not available.
Increase the number of file handles by changing the FILES setting in CONFIG.SYS to
allow a larger number of open files. FILES=50 is the recommended setting.
The program being debugged may have so many files open that all available handles are
exhausted. Check that the program has not left files open unnecessarily. The first four
handles are reserved by the operating system.
Additional files can be made available by closing source windows. If more files are
needed, set helpbuffers=0 in the [pwb] section of TOOLS.INI. As a result, online help
cannot be used but several file handles will be made available.
CV0028 no space left on device
The disk does not have any space available for writing.
One of the following may have occurred:
u CodeView could not find room for writing a temporary file.
u An attempt was made to write to a disk that was full.
CV0101 no CodeView information for filename
The executable file or dynamic-link library (DLL) did not contain the symbols needed
by CodeView.
Be sure to compile the program or DLL using the /Zi option. If linking in a separate
step, be sure to use the /CO option. Use the most current version of LINK.
CV0102 unpacked CodeView information in filename: use CVPACK
For this version of CodeView, you must process all executable files using CVPACK,
which compresses the debugging information in the file.
Pass the file through CVPACK.EXE before starting CodeView.
CV0103 relink filename with the current linker
This version of CodeView expects the executable file to be in the format produced by
the current version of the linker.
Make sure PWB, NMAKE, or the compiler is not running an older version of the
linker.