Mail Archives: djgpp/2000/08/07/08:32:47
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)!
- Raw text -