帮帮我吧!关于链接器设置问题
头文件
#include<winsock2.h>
#include<stdio.h>
#include<stdlib.h>
--------------------Configuration: Test - Win32 Debug--------------------
Linking...
Test.obj : error LNK2001: unresolved external symbol __imp__WSACleanup@0
Test.obj : error LNK2001: unresolved external symbol __imp__WSAGetLastError@0
Test.obj : error LNK2001: unresolved external symbol __imp__WSAStartup@8
Debug/Test.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.
其它的设置都没有改动,请问,在编译器里面要设置什么呢?