December 30, 2004
What would have to do (library, module-wise) to use winsock or winsock2 api's in D?
December 30, 2004
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)