home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / programm / 6949 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  1.1 KB

  1. Path: sparky!uunet!stanford.edu!morrow.stanford.edu!morrow.stanford.edu!not-for-mail
  2. From: GG.MPD@forsythe.stanford.edu (Michael Durket)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Workframe and MSC 6.00A
  5. Date: 11 Dec 1992 14:59:39 -0800
  6. Organization: Stanford University
  7. Lines: 18
  8. Sender: news@morrow.stanford.edu
  9. Message-ID: <1gb6grINNcjk@morrow.stanford.edu>
  10. NNTP-Posting-Host: morrow.stanford.edu
  11.  
  12. I'm getting a C1024 error running MSC 6.00A under the Workframe
  13. (the compiler was installed so that it runs under OS/2 not
  14. DOS).
  15.  
  16. The error is due to the fact that I'm compiling with the /Zi
  17. option and is caused by the compiler running out of files.
  18. (I located an article in the Microsoft Knowledge Base that
  19. indicates that the /Zi option requires a file handle, and
  20. that this may cause nested includes to run out of files thus
  21. causing the C1024 error).
  22.  
  23. According to the article, the fix is to edit CONFIG.SYS to
  24. increase the FILES= parameter. This is all well and good,
  25. but that applies to DOS programs only, correct? For OS/2
  26. does this have any meaning? If so, how do I adjust it for
  27. running MSC in OS/2 protected mode under the Workframe?
  28.  
  29. Any assistance is appreciated.
  30.