|
From: Tor L. <tm...@ik...> - 2007-05-19 22:36:06
|
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 |