X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f NNTP-Posting-Date: Tue, 12 Dec 2006 11:44:19 -0600 From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp References: <1165931131 DOT 768505 DOT 13330 AT 73g2000cwn DOT googlegroups DOT com> Subject: Re: delay() different bahavior under Win98 window/fullscreen in DJGPP 2.04 Date: Tue, 12 Dec 2006 09:43:20 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Message-ID: Lines: 20 NNTP-Posting-Host: 24.18.54.185 X-Trace: sv3-aZds0nJMR7jsf1gfcnMEYHKZskSZI11GU8xXmoXSVJlkC+H/Ed/bsy0qArbuI0mzeIrKwAmRyQj/QuR!XIpEGGa0A/Z69IArdXhFGld5YmneDAIusfeG3w1gobNt94l11Wo5vLA2XekW+NO4PfwBMgH06wbe!Y2iRTdJXwLM= X-Complaints-To: abuse AT comcast DOT net X-DMCA-Complaints-To: dmca AT comcast DOT net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Glaux wrote: > Hi, > I use DJGPP 2.03 for some years without problems, now I tried to > recompile one of my project with DJGPP 2.04 and found a problem caused > by strange delay() function behavior. I found that when running under > pure MSDOS or Windows98 dos box maximized to fullscreen then shor > delays take too long time. eg. delay(1) or delay(10) takes the same > time and they are slower. I have some loop where is up to 128 times > called delay(5) and it takes several seconds to go now. But when I run > it in dos window under win98 it run quick as build from DJGPP 2.03. > To be sure I downloaded djdev203.zip package and put it back to my > upgraded DJGPP directory replacing current files. Yes then it works > the same in DOS and Windows. Is this a bug of 2.04? > What reccomend other DJGPP users, 2.03 vs 2.04? What if you press and hold, say, Ctrl during delay()? Will tha make delay() finish up faster? Alex