View Single Post
Old Apr 30th, 2005, 7:05 PM   #34
lepricaun
Hobbyist Programmer
 
lepricaun's Avatar
 
Join Date: Aug 2004
Location: The Netherlands
Posts: 111
Rep Power: 5 lepricaun is on a distinguished road
Quote:
I'm not sure, maybe C is differen't capital letter wise, but maybe sleep is undeclared because it has to have a capital S... "Sleep();"
the sleep() function is declared in windowsx.h the Sleep() function is declared in windows.h, you can use both it doesn't matter.

VK_OEM_PLUS wasn't declared in my header files so i decided to comment it out just as a couple of others to make the program more portable...
__________________
http://www.white-scorpion.nl
lepricaun is offline   Reply With Quote