home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / alt / msdos / programm / 2292 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  2.3 KB

  1. Xref: sparky alt.msdos.programmer:2292 comp.sys.intel:1613 comp.lang.c++:13089
  2. Newsgroups: alt.msdos.programmer,comp.sys.intel,comp.lang.c++
  3. Path: sparky!uunet!news.larc.nasa.gov!sab57.larc.nasa.gov!ohmann
  4. From: ohmann@sab57.larc.nasa.gov (Dale Ohmann)
  5. Subject: Re: Problems with MSC7.0 and Intel 302 box
  6. Message-ID: <Btuqx9.9wJ@news.larc.nasa.gov>
  7. Sender: news@news.larc.nasa.gov (USENET Network News)
  8. Organization: NASA Langley Research Center, Hampton, VA  USA
  9. References:  <1992Aug28.144629.11627@truevision.com>
  10. Date: Mon, 31 Aug 1992 14:29:32 GMT
  11. Lines: 44
  12.  
  13. In article <1992Aug28.144629.11627@truevision.com>, Bob Zigon <bobz@truevision.com> writes:
  14. |> I am having a great deal of difficulty getting MSC7.0 to run on an Intel
  15. |> 302 box.
  16. |> This is a 25mhz 386 machine. My tests are showing that there is something
  17. |> strange
  18. |> about the hardware that is preventing the C compiler from running under
  19. |> DOS 5.0.
  20. |> The C compiler (CL) reports the message "R6906 : DOSX32 - not enough
  21. |> conventional memory 
  22. |> for exec". I have worked with Qualitas (makers of 386MAX) to see if they
  23. |> can help. No luck.
  24. |> Microsoft is also looking into the problem. There must be something funny
  25. |> about the
  26. |> machine. I say this because the DOS directory where DOS 5.0 is installed
  27. |> has a README
  28. |> that "singles out" the Intel 302 box whenever you install HIMEM.SYS. You
  29. |> must include
  30. |> a /MACHINE:8 parameter to HIMEM.SYS.
  31. |> 
  32. |> Anyone got any ideas?
  33.  
  34.  
  35. I've had a little bit of problem configuring Microsoft C/C++ 7.0, also.
  36. Some additional information about your machine might clear things up.
  37.  
  38. How much total memory is installed in your machine?
  39. It seems that the compiler (cl) needs about 3Mb in order to compile.  This
  40. implies that your machine should probably have 4Mb if you expect to use
  41. this compiler.
  42.  
  43. Is a DPMI (386MAX) installed ?
  44. The compiler is a protected mode program.  A Dos Mode Protected Interface
  45. is necessary.
  46.  
  47. Are you compiling from Programmer's Workbench (PWB)?
  48. If so, check the numeric parameters to see if "keepmem" (I think) is set to
  49. the default of 2Mb.  Change it to something smaller (like 0).  This parameter
  50. controls how much memory is reserved for the editor when it shells out to 
  51. do other things.
  52.  
  53. -- 
  54. =====================================================
  55. |   Dale Ohmann       ohmann@sabaad.larc.nasa.gov   |
  56. =====================================================
  57.