From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: how to make a Timer Date: Sun, 09 Feb 2003 14:30:11 +1100 Organization: ECLiPSE Lines: 11 Message-ID: References: <004b01c2c905$14731120$0203a8c0 AT JeanBaptiste> <7tem3vgh4f81aiv5lcdq3s4d63rn3vrk5k AT 4ax DOT com> NNTP-Posting-Host: p24-max21.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1044761417 18097 203.173.153.216 (9 Feb 2003 03:30:17 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Sun, 9 Feb 2003 03:30:17 +0000 (UTC) X-Newsreader: Forte Agent 1.92/32.572 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >If you work with uclock on Windows 2000 look at >http://groups.google.com/groups?th=f073ad9b3aca2a6a uclock() has been fixed in the DJCPP LIBC 2.04 code late last year when running under W2K and XP. The fix has meant that the accuracy of uclock() is approx 55mS as it now uses the TOD tick for the timeing on 2K/XP as some of the low level API calls fail on 2K/XP in order to get a more accurate timer. Andrew