home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / mswindo / programm / misc / 3604 < prev    next >
Encoding:
Internet Message Format  |  1992-11-22  |  1.7 KB

  1. Path: sparky!uunet!pmafire!news.dell.com!swrinde!sdd.hp.com!cs.utexas.edu!sun-barr!ames!agate!stanford.edu!snorkelwacker.mit.edu!ai-lab!zurich.ai.mit.edu!pshuang
  2. From: pshuang@zurich.ai.mit.edu (Ping Huang)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Re: when my windows app croaks, should I re-boot DOS too?
  5. Date: 22 Nov 92 08:14:53
  6. Organization: M.I.T. Artificial Intelligence Lab.
  7. Lines: 21
  8. Message-ID: <PSHUANG.92Nov22081453@freeside.ai.mit.edu>
  9. References: <1992Nov21.000452.14364@emr1.emr.ca>
  10. NNTP-Posting-Host: freeside.ai.mit.edu
  11. In-reply-to: jagrant@emr1.emr.ca's message of Sat, 21 Nov 1992 00:04:52 GMT
  12.  
  13. In article <1992Nov21.000452.14364@emr1.emr.ca> jagrant@emr1.emr.ca (John Grant) writes:
  14.  
  15.  > While developing my Windows apps with Borland C++ 3.1, occasionally I
  16.  > get UAEs (or whatever they're called now) [...] The question is - should
  17.  > I also re-boot DOS when this happens?  Does Windows have any sort of
  18.  > barriers between my app and DOS?  I'm using Windows 3.1 and DOS 5.0.
  19.  
  20. Windows 3.x makes it possible for your Windows program to corrupt the
  21. internals of DOS, but whether you really need to reboot the machine
  22. probably depends on what kind of bugs are causing your UAE's. I usually
  23. have to exit and re-enter Windows when my application goes haywire
  24. because then it doesn't deallocate unique system resources (VDMA
  25. memory), but usually my application won't actually clobber DOS. However,
  26. it would not be a bad idea, IMO, to warm boot at least once a day and
  27. maybe more often than that, for your sanity's sake. :(
  28.  
  29. --
  30. | Ping Huang (INTERNET: pshuang@martigny.ai.mit.edu) speaking for himself.
  31. | "One Thing to name them all, One Thing to define them,
  32. |  One Thing to place them in environments and bind them..."
  33.  
  34.