Thread: sleep

  1. #16
    Pawn, Pascal and C++
    Join Date
    Sep 2005
    Posts
    90
    Quote Originally Posted by Daved
    >> Then i get the same error as in the first post.

    The error in the first post mentions sleep with a lower-case 's'. Make sure you are using Sleep with an upper-case 'S'. Case matters in C++.
    OMG!!!
    IM SO ****ING STUPID.
    I can belive I wasted all these hours on a lower-case wrong type.

  2. #17
    Registered User
    Join Date
    Aug 2005
    Posts
    1,267
    Quote Originally Posted by XunTric
    OMG!!!
    IM SO ****ING STUPID.
    I can belive I wasted all these hours on a lower-case wrong type.
    All is not lost -- I'll bet you don't do that again

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. [pthread] cancellable sleep in win32?
    By cyberfish in forum C++ Programming
    Replies: 2
    Last Post: 08-11-2007, 02:30 AM
  2. Sleep works with just one thread, but not 2
    By finkus in forum C++ Programming
    Replies: 5
    Last Post: 12-01-2005, 09:17 PM
  3. Problem with Sleep() #$@^#$%^
    By intruder in forum C++ Programming
    Replies: 8
    Last Post: 10-11-2004, 06:46 AM
  4. why do we require sleep?
    By jinx in forum A Brief History of Cprogramming.com
    Replies: 43
    Last Post: 07-14-2004, 08:21 AM
  5. Sleep is overrated...
    By Polymorphic OOP in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 01-24-2003, 12:40 PM