|
在WIN32动态库中创建Client类,类构造函数中调用WSAStartup函数和WSACleanup
出现如下问题:
Creating library Debug/ClientDll.lib and object Debug/ClientDll.exp
lient1.obj : error LNK2001: unresolved external symbol __imp__WSAStartup@8
lient1.obj : error LNK2001: unresolved external symbol __imp__WSACleanup@0
在WIN32控制台程序和MFC程序中使用此类都可以 |
|