home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / msdos / programm / 2692 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.6 KB  |  34 lines

  1. Newsgroups: alt.msdos.programmer
  2. Path: sparky!uunet!utcsri!torn!blaze.trentu.ca!trentu.ca!cclark
  3. From: cclark@trentu.ca (J. Chris Clark)
  4. Subject: Re: c++ and Memory Manager
  5. Message-ID: <9NOV199210451339@trentu.ca>
  6. News-Software: VAX/VMS VNEWS 1.41    
  7. Sender: news@trentu.ca (USENET News System)
  8. Organization: Trent University Computer Services Department
  9. References: <17292@mindlink.bc.ca>
  10. Date: Mon, 9 Nov 1992 15:45:00 GMT
  11. Lines: 21
  12.  
  13. In article <17292@mindlink.bc.ca>, John_Morgan@mindlink.bc.ca (John Morgan) writes...
  14. >I seem to have a problem running C++ 3.00.  It says that the memory manager
  15. >won't initialize.  Is there a way of fixing this?  If so how?
  16. >I am using EMM386.COM that came with DOS 5.0 with a few TSRs running in high
  17. >memory.  If someone could help that would be great.
  18.  
  19. If this is Borland C++ that you're reffering to, the only time I've seen this
  20. message is when there wasn't enough  Extended memory left.  Specifically, I
  21. was running Smartdrv and had it using more than 50% of the Extended memory
  22. on the system.  As soon as I dropped Smartdrv back to less than 50%, I was
  23. fine.
  24. So, I would suggest that you check whether you are using Expanded or
  25. Extended memory and then make sure you have lots of extended free.  With 
  26. EMM386.exe that comes with DOS 5.0, you can use the "noems" command line if
  27. you want to use the UMB's but leave all of your extended memory as extended
  28. memory.  (Note: if you only have 2 Meg, you're better off not using EMM386
  29. as it will only give you about 100K or so in the UMB's, but I've noticed it
  30. takes up about 150-200 K of your extended!)
  31.  
  32. Hope this helps some,
  33. Chris C.
  34.