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