home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / pascal / 8427 < prev    next >
Encoding:
Text File  |  1993-01-22  |  2.3 KB  |  52 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!gatech!concert!rock!taco!csemail.cropsci.ncsu.edu!samodena
  3. From: samodena@csemail.cropsci.ncsu.edu (S. A. Modena)
  4. Subject: Re: BP 7.0 bug??????
  5. Message-ID: <1993Jan22.103449.10957@ncsu.edu>
  6. Sender: news@ncsu.edu (USENET News System)
  7. Organization: Crop Science Dept., NCSU, Raleigh, NC 27695-7620
  8. References: <35168@adm.brl.mil>
  9. Date: Fri, 22 Jan 1993 10:34:49 GMT
  10. Lines: 40
  11.  
  12. In article <35168@adm.brl.mil> lee@cpu.us.dynix.com (Lee Crites) writes:
  13. >
  14. >On 21 Jan 1993, jindrich liska wrote:
  15. >> whenever I try Options|Open I get a message "... not enough memory..." and system stucks. Actually, there is no reason for this message (still lots of memory avail.).
  16. >
  17. >I am getting this message a LOT with BP7.  Is there a bug here?  I have
  18. >4meg of RAM, and set up my computer so that the only TSR's kicking around
  19. >are the mouse driver and SSTOR (SuperStore disk compression utility).....
  20. >....  I ran the utility that cam with BP7 to test the EMS, and it
  21. >worked fine.  I also have the IDE set up to use EMS (something I had to do
  22. >quite early just to get some of my other programs to compile).
  23.  
  24. >            lee@us.dynix.com | If it ain't broke yet,
  25.  
  26. I run BP on a Toshiba 386SX portable with 4 Megs RAM.......so 4 Megs is
  27. not the problem (I compile 50,000 lines in about 20 Units).....so I think
  28. is reasonable to ask you (both) to show us you CONFIG.SYS and
  29. AUTOEXEC.BAT files.
  30.  
  31. BTW, running EMS memory with BP makes no sense at all *unless* you are
  32. specifically using EMS in the target application.  
  33.  
  34. I can say that running DOS 5 and EMM386.SYS is *poison* to the TD386
  35. stand along debugger (which already has stability problems).
  36.  
  37. Additionally, I'd strongly recommend that if you are using DOS 5, you
  38. substitute the WINDOWS versions of MOUSE.sys and HIMEM.SYS, since they
  39. were written with DPMI server function in mind (hell, even MicroSoft
  40. reccommends what I just suggested).
  41.  
  42. In reality, you are not whole-heartedly debugging this problem until you
  43. start with no-TSRs (does the SSTOR TSR obey the same memory allocation
  44. rules as HIMEM.SYS?  Does it respect the needs of the DPMI server that
  45. gets launched (silently) before BP starts up?). 
  46.  
  47. To debug rour respective problems requires that you strip AUTOEXEC.BAT
  48. and CONFIG.SYS down to absolute bare minimum and add in things....and not
  49. do it the reverse way.
  50. Hope it helps.  :^)
  51. Steve
  52.