I am compiling a program with the Sleep function. The program compiled ok, linking it gave me errors
endmsg.obj : error LNK2001: unresolved external symbol _Sleep.
The documentation said Sleep is defined in winbase.h and function is in kernel32.lib. kernel32.lib is in my library path but I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.