摘要: 这个网址不错哦容易操作没有什么广告的http://www.dll-files.cn/ws2_32.dll.html 阅读全文
posted @ 2010-08-30 15:36 vily_雷 阅读(229) 评论(0) 推荐(0)
摘要: 我在windows xp下使用Dev-c++构建一个socket应用,我使用 #include <winsock.h> 或 #include <winsock2.h> 都会出现下面的大片错误:[Linker error] undefined reference to `WSACleanup@0'[Linker error] undefined reference to `W... 阅读全文
posted @ 2010-08-30 15:07 vily_雷 阅读(5254) 评论(2) 推荐(0)
摘要: 该库对应ws2_32.dll,提供了对以下网络相关API的支持,若使用其中的API,则应该将ws2_32.lib加入工程(否则需要动态载入ws2_32.dll)。 accept bind closesocket connect getpeername getsockname getsockopt htonl htons ioctlsocket inet_addr inet_ntoa listen ... 阅读全文
posted @ 2010-08-30 14:29 vily_雷 阅读(2801) 评论(0) 推荐(0)
摘要: 1.http://devpaks.org/2.http://www.bloodshed.net/3.http://www.bloodshed.net/dev/ 阅读全文
posted @ 2010-08-30 14:11 vily_雷 阅读(2094) 评论(0) 推荐(0)