Date: Thu, 7 Mar 1996 12:08:30 +0200 (IST) From: Eli Zaretskii To: Erik Luijten Cc: djgpp Subject: Re: floating p. exception behaves strange In-Reply-To: <9603070902.AA07840@tntnhb3.tn.tudelft.nl> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 7 Mar 1996, Erik Luijten wrote: > In other words: it seems that the floating point exception of a previous > run affect the next run (at least if Win95 is the DPMI-host). You can use _status87 and _control87 library functions to look at the coprocessor status word and put it into a certain state as far as floating exceptions are concerned. Maybe the status word isn't cleared by the default exception handler?