Date: Mon, 7 Aug 2000 15:22:15 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: fx DOT maletras AT kingston DOT ac DOT uk cc: djgpp AT delorie DOT com Subject: Re: PC-based instrumentation problem In-Reply-To: <398E9E52.65C660DD@kingston.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 7 Aug 2000 fx DOT maletras AT kingston DOT ac DOT uk wrote: > I wrote a simple program in TC++ for DOS that performs a signal > acquistion. Then why do you post here? This forum has nothing to do with TC. > It works perfectly OK in DOS 7.0 but when I try to run it from > Windows95, the ISR timimg is not accurate ie my sampling period is not > constant Windows 9X tries to virtualize the timer chip, but it doesn't do a very good job. In particular, if you switch the DOS box into background (i.e., move the mouse focus away from it), your program will not get timer interrupts at all (or get only a very small fraction of them)!