"Christopher J. Demers" <
[hidden email]> wrote in
message news:9ab11h$4g9io$
[hidden email]...
> Can Sockets be used in a Console Application? ...
No, not with the current Sockets package because it uses the async. WinSock
API which requires a hidden Window and a message queue.
It should, however, be possible to use the blocking WinSock API with
overlapped calls, but we have no wrapping for that at present.
Regards
Blair