home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / pascal / 7744 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.8 KB  |  36 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!gatech!usenet.ins.cwru.edu!agate!dog.ee.lbl.gov!hellgate.utah.edu!fcom.cc.utah.edu!cc.utah.edu!msfuller
  3. From: msfuller@cc.utah.edu (MARC S. FULLER)
  4. Subject: Re: BP 7.0 and qemm6.02
  5. Message-ID: <30DEC199211545867@cc.utah.edu>
  6. News-Software: VAX/VMS VNEWS 1.4-b1  
  7. Sender: news@fcom.cc.utah.edu
  8. Organization: University of Utah Computer Center
  9. References: <29DEC199213113041@cc.utah.edu> <1992Dec30.145016.19494@ncsu.edu>
  10. Date: 30 Dec 1992 11:54 MST  
  11. Lines: 23
  12.  
  13. In article <1992Dec30.145016.19494@ncsu.edu>, samodena@csemail.cropsci.ncsu.edu (S. A. Modena) writes...
  14. {In article <29DEC199213113041@cc.utah.edu> msfuller@cc.utah.edu (MARC S. FULLER) writes:
  15. {>Does anyone have experience running BP 7.0 while using QEMM?  Recently I 
  16. {>received exception errors 12 or 13 while trying to start BP7.0.  I traced it 
  17. {>down to a noems switch I had put in the qemm statement in the config.sys file.  
  18. {>I did this to save the 64k expanded memory  base page in upper memory since I
  19. {>had no need of expanded memory functions.  BP7.0  is a protected mode compiler, 
  20. {>so why should it care about expanded memory?
  21. {>
  22. {The equivalent under DOS drivers is DEVICE=EMM386.sys ....which also
  23. {causes strange bugs while debugging.
  24. {The answer is simple: configure QEMM to forbid from loading it's
  25. {equilvalent to EMM386.sys.  
  26. ( other stuff deleted) 
  27. {Steve
  28. Unfortunately the problem I am having is just the opposite of what you 
  29. perceived.  Only when I DISABLE EMS by putting in the /noems switch in QEMM do 
  30. I get exception errors.  This happens as soon as I try to load BP  
  31. When I allow EMS to exist BP works fine. Note to others that sent me EMail-this 
  32. is BP (protected mode) not TP (real mode) compiler.  
  33.