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