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 still get the error.
Any ideas why I am getting this error.
Thanks
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 still get the error.
Any ideas why I am getting this error.
Thanks