CodeView (cv.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CodeView Error
     Insufficient EMM memory (CV3007)
 
     CodeView tried to allocate expanded memory, but there was not
     enough space.
 
     Possible solutions include the following:
 
        ■ Run CVPACK on the executable file to reduce the demand on
          memory for symbolic information.
 
        ■ 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.
 
        ■ If multiple applications are running, remove one or more of
          the applications that use expanded memory. This may free
          enough memory to permit CodeView to run properly.
 
        ■ Allocate more expanded memory in the system configuration.
                                    -♦-