home *** CD-ROM | disk | FTP | other *** search
- Not Enough Space Error with CodeView 1.0.
-
- This can occur if long path names and long file names are used for
- your object modules and libraries. CodeView places all of these
- names in its data segement when you use the /CODEVIEW link switch
- To circumvent this problem you must shorten the total space
- consumed by these file names. Four alternatives are:
-
- 1) Rename your directories to 1 or 2 characters names. By
- shortening your directory names you will save on each file name
- because CodeView stores the entire path name. You must remember
- to edit your make file if you use this method.
-
- 2) Place directories closer to the root. As stated above,
- shortening the total path will save space on each file name.
-
- 3) Continue to use MSC 4.0, but use link 5.0 or 5.1. Then use the
- corresponding CodeView. Depending on the libraries that you are
- using this should work.
-
- 4) Link in less files for your debug session.
-