From: "florianx" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: Bug in Delay Date: Sun, 8 Apr 2001 21:37:04 +0200 Organization: Club Dr-DOS - www.drdos.org X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Lines: 19 Message-ID: <3ad0bdc9$0$28382@SSP1NO25.highway.telekom.at> NNTP-Posting-Host: 212.183.96.202 X-Trace: newsreader01.vienna.highway.telekom.at 986758601 28382 212.183.96.202 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thx...I found the problem: the launch of INT15, now I use rest() of Allegro and all works! Thanx, flox Eli Zaretskii schrieb in Nachricht ... > >On Thu, 29 Mar 2001, florianx wrote: > >> I have a problem with delay(); >> >> I must use a delay() in my program, but during this delay() the TSRs seems >> to be not active. > >On what OS? What TSRs are disabled when you wait inside delay()? What >interrupts do those TSRs hook?