I keep getting the the 2 fatal errors

"error LNK2001: unresolved external symbol ___WSAFDIsSet@8"
"error LNK2001: unresolved external symbol __select@20"

when I build the project. How do I debug link error since unlike syntax errors, double clicking a link error won't take you to the relevant code line.

Thanks.