From: "Tonu Aas" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: DJGPP Interrupt programs running under Win98 Console Date: Fri, 30 Mar 2001 12:05:36 +0300 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Lines: 10 Message-ID: <3ac45a83$0$13597@diablo.uninet.ee> NNTP-Posting-Host: 194.204.53.21 X-Trace: diablo.uninet.ee 985946755 13597 194.204.53.21 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > I have chained my own interrupt handler onto the timer and keyboard > interrupt - but the interrupt routine only seems to get called when the > console running the program is running in the foreground. You get them in backround also, but only 1 per second! Thats why many time-critical DOS programs dont work under Windows. Tõnu.