home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s156 / 1.ddi / README < prev    next >
Encoding:
Text File  |  1988-05-31  |  956 b   |  22 lines

  1. Not Enough Space Error with CodeView 1.0.
  2.  
  3.     This can occur if long path names and long file names are used for
  4.     your object modules and libraries.  CodeView places all of these
  5.     names in its data segement when you use the /CODEVIEW link switch
  6.     To circumvent this problem you must shorten the total space
  7.     consumed by these file names.  Four alternatives are:
  8.  
  9.     1)  Rename your directories to 1 or 2 characters names.  By
  10.     shortening your directory names you will save on each file name
  11.     because CodeView stores the entire path name.  You must remember
  12.     to edit your make file if you use this method.
  13.  
  14.     2)  Place directories closer to the root.  As stated above,
  15.     shortening the total path will save space on each file name.
  16.  
  17.     3)  Continue to use MSC 4.0, but use link 5.0 or 5.1.  Then use the
  18.     corresponding CodeView.  Depending on the libraries that you are
  19.     using this should work.
  20.  
  21.     4)  Link in less files for your debug session.
  22.