|
-
October 4th, 2005, 02:18 PM
#1
How Do I debug LNK2001 errors?
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.
-
October 4th, 2005, 02:26 PM
#2
Re: How Do I debug LNK2001 errors?
Look in the documentation for the WSAFDIsSet function. It should specify a header file to include and a lib file to link with. Add that lib file to your project settings.
Har Har
-
October 4th, 2005, 02:27 PM
#3
Re: How Do I debug LNK2001 errors?
Search for WSAFDIsSet and detemine which library is needed for it .. and include those in the project.
Same with select@20
þ|êâšë rä??*è rëþ|ïëš ??*hª??* hë|þëd
-
October 4th, 2005, 06:52 PM
#4
Re: How Do I debug LNK2001 errors?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|