|
From: Charles S. <cws...@tr...> - 2007-05-20 21:26:28
|
On Sun, 20 May 2007 01:35:02 +0300 Tor Lillqvist <tm...@ik...> wrote: > Charles Sullivan writes: > > I've decided for the time being to require the Windows XP user to > > install the Windows Server 2003 Resource Kit Tools from the > > Microsoft website. I can execute the included sleep.exe program > > when a sleep() is required. > > Surely > > #define sleep(seconds) Sleep((seconds)*1000) > > would be much simpler. > > --tml Indeed it is, now that I've assimilated what you and the others have told me. Thanks Tor. I downloaded a lot of different packages from the MinGW site while looking for the elusive 'sleep()' function. Would the MSYS package by itself have given me what is needed for 'Sleep()'? Regards, Charles Sullivan |