gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] visual C++ question


From: Trevor Morris
Subject: Re: [gnugo-devel] visual C++ question
Date: Fri, 02 Nov 2001 10:51:04 -0500

>From MSDN Library:

Sleep
The Sleep function suspends the execution of the current thread for the
specified interval. 

To enter an alertable wait state, use the SleepEx function. 

VOID Sleep(
  DWORD dwMilliseconds   // sleep time
);

...
  Header: Declared in Winbase.h; include Windows.h.
  Library: Use Kernel32.lib.

At 04:34 PM 11/2/2001 +0100, Manner Wolfgang wrote:
>Adam Anderson was courageous enough to try my jagomod. he does not find
>a function sleep in Visual C++. does somebody know what this is ?
>wolfgang
>
>_______________________________________________
>gnugo-devel mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/gnugo-devel
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]