www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - using winsock/winsock2 in D?

reply akcom <akcom.is.a.haxor gmail.com> writes:
What would have to do (library, module-wise) to use winsock or winsock2 
api's in D?
Dec 30 2004
parent h3r3tic <foo bar.baz> writes:
akcom wrote:
 What would have to do (library, module-wise) to use winsock or winsock2 
 api's in D?
As far as normal blocking/non blocking sockets are concerned, you can import std.socket. If you mean the asynchronous Windows socket API, You might try looking for some Windows header ports (in other words, I can't help)
Dec 30 2004