X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Glaux" Newsgroups: comp.os.msdos.djgpp Subject: delay() different bahavior under Win98 window/fullscreen in DJGPP 2.04 Date: 12 Dec 2006 05:45:31 -0800 Organization: http://groups.google.com Lines: 14 Message-ID: <1165931131.768505.13330@73g2000cwn.googlegroups.com> NNTP-Posting-Host: 195.39.60.130 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1165931137 8144 127.0.0.1 (12 Dec 2006 13:45:37 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 12 Dec 2006 13:45:37 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: 73g2000cwn.googlegroups.com; posting-host=195.39.60.130; posting-account=79KgoA0AAADKuOLK3k0Y3qVqk-KGfm77 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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?