Re: NT frontend

Brian Macy (bmacy@sunshinecomputing.com)
Sun, 24 May 1998 07:47:02 -0700

>I am afraid it won't e so easy. Windows don't have sockets, what they do
>have are of course winsockets. The functions are prototyped in winsock.h
>and they are similar to Unix/sockets in design but the functions semantics
>are not identical.
>
>So some Unix networking code may be usefull for somebody to see the flow
>but he has to port/translate anyway the Unix/sockets calls to Win32/winsock
>calls.

The difference is trivial and most functions that matter are identical...
I've done quite a bit of Win32 socketing.

Brian Macy

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com