Message-ID: <005101c2a3cb$4c7c7a70$0100a8c0@p4> From: "Andrew Cottrell" To: References: <10212071847 DOT AA13093 AT clio DOT rice DOT edu> <004401c29e90$dc1ccf30$0100a8c0 AT p4> <004101c29f53$919af9f0$0100a8c0 AT p4> <3DFB2AE0 DOT A609C912 AT phekda DOT freeserve DOT co DOT uk> Subject: Re: XP delay() again - potential solution Date: Sun, 15 Dec 2002 10:47:56 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1123 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1123 Reply-To: djgpp-workers AT delorie DOT com > I've committed the patch now. I made a couple of changes: ..SNIP.. > I had to apply the patch manually via cut'n'paste, so please check that it > looks sane. (It looked OK to me, but please double-check.) Richard, Thanks for commiting this and fixing the problems. Looks like I wasn't as strict on the compiler errors when I did the testing. I had a quick look and it looked okay. I have tested it and it works, here is the test:- DJGPP_204 C:\dj204\testing\delay>delay 500 500 1000 8000 Time = 15Dec2002 10:46:14 Wait for 500 milli seconds. Wait for 500 milli seconds. Wait for 1000 milli seconds. Wait for 8000 milli seconds. Time = 15Dec2002 10:46:24 Regards, Andrew