By registering with us, you'll be able to discuss, share and exchange private messages with other members of our community.
SignUp Now!Do plugins need to call WSAStartup()? It would seem not, since I can call winsock functions without it. Can I rely on that?
Hmmm! I have a plugin which successfully calls gethostbyname() without first calling WSAStartup(). Could it be that IPWorks is starting up Winsock (and leaving it started)?