home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12399 < prev    next >
Encoding:
Internet Message Format  |  1992-08-16  |  1.4 KB

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