home *** CD-ROM | disk | FTP | other *** search
- 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
- From: pshuang@zurich.ai.mit.edu (Ping Huang)
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Re: when my windows app croaks, should I re-boot DOS too?
- Date: 22 Nov 92 08:14:53
- Organization: M.I.T. Artificial Intelligence Lab.
- Lines: 21
- Message-ID: <PSHUANG.92Nov22081453@freeside.ai.mit.edu>
- References: <1992Nov21.000452.14364@emr1.emr.ca>
- NNTP-Posting-Host: freeside.ai.mit.edu
- In-reply-to: jagrant@emr1.emr.ca's message of Sat, 21 Nov 1992 00:04:52 GMT
-
- In article <1992Nov21.000452.14364@emr1.emr.ca> jagrant@emr1.emr.ca (John Grant) writes:
-
- > While developing my Windows apps with Borland C++ 3.1, occasionally I
- > get UAEs (or whatever they're called now) [...] The question is - should
- > I also re-boot DOS when this happens? Does Windows have any sort of
- > barriers between my app and DOS? I'm using Windows 3.1 and DOS 5.0.
-
- Windows 3.x makes it possible for your Windows program to corrupt the
- internals of DOS, but whether you really need to reboot the machine
- probably depends on what kind of bugs are causing your UAE's. I usually
- have to exit and re-enter Windows when my application goes haywire
- because then it doesn't deallocate unique system resources (VDMA
- memory), but usually my application won't actually clobber DOS. However,
- it would not be a bad idea, IMO, to warm boot at least once a day and
- maybe more often than that, for your sanity's sake. :(
-
- --
- | Ping Huang (INTERNET: pshuang@martigny.ai.mit.edu) speaking for himself.
- | "One Thing to name them all, One Thing to define them,
- | One Thing to place them in environments and bind them..."
-
-