wince5.0的内核,EVC4.0的编程环境。我导入的是ws2.lib的库。可是在我用WSASocket(AF_INET, SOCK_RAW, IPPROTO_RAW, NULL, 0, WSA_FLAG_OVERLAPPED)建立套接字的时候,出现了这个错误。查看了一下MSDN,错误是“The support for the specified socket type does not exist in this address family”。知道是SOCK_RAW产生的不支持的原因。可是,我的WSAStartup(0x202, &wsaData)是可以正常起来的了。怎么会出现这样的不支持呢?