listener.d

Frits van Bommel fvbommel at REMwOVExCAPSs.nl
Sun Jan 14 14:22:26 PST 2007


nobody_ wrote:
> Thanks.
> Wouldn't it be handy if that would be noticed in the sourcefile, or am I 
> just too new :) 

If you're using std.socket, it's noted right at the top of the 
documentation[1]: "Notes: For Win32 systems, link with ws2_32.lib."
Since that documentation is generated from the source file, it's in 
there too. In fact, it's in the first comment after the license at the top.

If you're using something else (raw Win32 headers, Mango, whatever) 
please tell us which so whoever maintains 'the sourcefile' can put a 
note there as well ;).


[1]: http://www.digitalmars.com/d/phobos/std_socket.html, or 
dmd/html/d/phobos/std_socket.html in your DMD installation.


More information about the Digitalmars-d-learn mailing list