test.obj : error LNK2001: unresolved external symbol __imp__WSACleanup@0
test.obj : error LNK2001: unresolved external symbol __imp__WSAStartup@8
test.obj : error LNK2001: unresolved external symbol __imp__closesocket@4
test.obj : error LNK2001: unresolved external symbol __imp__inet_ntoa@4
test.obj : error LNK2001: unresolved external symbol __imp__gethostbyname@4
test.obj : error LNK2001: unresolved external symbol __imp__gethostname@8
test.obj : error LNK2001: unresolved external symbol __imp__WSARecv@28
test.obj : error LNK2001: unresolved external symbol __imp__connect@12
test.obj : error LNK2001: unresolved external symbol __imp__htons@4
test.obj : error LNK2001: unresolved external symbol __imp__inet_addr@4
test.obj : error LNK2001: unresolved external symbol __imp__WSASocketA@24
test.obj : error LNK2001: unresolved external symbol __imp__WSACreateEvent@0
test.obj : error LNK2001: unresolved external symbol __imp__WSAEventSelect@12
test.obj : error LNK2001: unresolved external symbol __imp__WSAJoinLeaf@32
test.obj : error LNK2001: unresolved external symbol __imp__bind@12
test.obj : error LNK2001: unresolved external symbol __imp__setsockopt@20
test.obj : error LNK2001: unresolved external symbol __imp__WSAResetEvent@4
test.obj : error LNK2001: unresolved external symbol __imp__WSAEnumNetworkEvents@12
test.obj : error LNK2001: unresolved external symbol __imp__WSAWaitForMultipleEvents@20
test.obj : error LNK2001: unresolved external symbol __imp__recv@16
test.obj : error LNK2001: unresolved external symbol __imp__send@16
test.obj : error LNK2001: unresolved external symbol __imp__recvfrom@24
test.obj : error LNK2001: unresolved external symbol __imp__select@20
[해결방안]
wsock32.lib / ws2_32.lib 추가
'온라인게임' 카테고리의 다른 글
thread로 인자 넘길때 (0) | 2010.11.05 |
---|---|
error c1010070: Failed to load and parse the manifest (0) | 2010.11.04 |
c++ 기본 공부 순서 - 열혈 c++ 프로그래밍 (0) | 2010.11.04 |
visual studio 2010 바뀐 것들 (0) | 2010.11.04 |
visual studio 2010 (0) | 2010.11.03 |