home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!rutgers!igor.rutgers.edu!remus.rutgers.edu!castello
- From: castello@remus.rutgers.edu (Vicente Castello)
- Newsgroups: comp.lang.c
- Subject: Question about MS C/C++ Compiler 7.0
- Keywords: MS C/C++ Compiler 7.0
- Message-ID: <Aug.16.15.33.14.1992.3727@remus.rutgers.edu>
- Date: 16 Aug 92 19:33:15 GMT
- Distribution: inet
- Organization: Rutgers Univ., New Brunswick, N.J.
- Lines: 20
-
-
- I have had the opportunity of experimenting with the latest C
- compiler from Microsoft. While running a few tutorials, I have
- encountered a few problems. The problem that I get most often deals
- with memory.
- When I compile the single-module programs from the tutorial,
- the program is compiled, linked, and executed successfully. However,
- when I try to compile a multi-module program, I am always getting an
- error that complains about the lack of far heap space. This error is
- associated with a lack of memory.
- If you have experienced this same problem with this compiler,
- I would appreciate if you can offer solutions. The programs that I
- am trying to run are small. I am not dealing with code of 25,000
- lines.
- I am running the Programmers Workbench straight from DOS.
- Since I am not using Windows, I have installed 386MAX in order to run
- my programs from DOS. Before I run PWB, I have 625K available in the
- low-DOS area. The machine that I am using is a 386/20 with 4MB of RAM.
-
- --Vicente Castello
-