Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I am compiling a program with the S

Status
Not open for further replies.

kengay

Technical User
Feb 12, 2001
1
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top