Re: Can you recommand a book about socket(tcp/ip) programming for windows CE



No, there really are few differences for the average socket program. You
have to call WSAStartup and WSAShutdown in your WinSock code, but, other
than that, you can just use the standard Berkeley sockets calls: socket,
bind, connect, send, recv, setsockopt, etc.

If you have to have a book to make you feel better, WinSock on Windows CE is
just a subset of WinSock on desktop Win32, so just about any WinSock book
will be OK for you.

Paul T.

"TZ" <nohtaeho78@xxxxxxxxxxx> wrote in message
news:ur5JaxDGGHA.3056@xxxxxxxxxxxxxxxxxxxxxxx
> We use to a book about windows or linux, for windows CE socket
> programming.
>
> But, I think different windows CE with windows, linux about socket
> programming.
>
> So, I want get recommand a book about windows CE socket programming for
> you.
>
> Thank you I'm TZ
>
>


.



Relevant Pages

  • Re: Okay to create a socket PRIOR to ip configuration?
    ... > Microsoft MVP, MCSD ... >>I am experiencing some intermittent problems with winsock. ... >> windows systems should be communicating over winsock. ... >> socket has already been created. ...
    (microsoft.public.win32.programmer.networks)
  • Re: Okay to create a socket PRIOR to ip configuration?
    ... >> You haven't specified proper service dependencies for your ... >>>I am experiencing some intermittent problems with winsock. ... >>> windows systems should be communicating over winsock. ... >>> socket has already been created. ...
    (microsoft.public.win32.programmer.networks)
  • Re: How to use sys/socket.h functions in windows OS.
    ... The following code snippet is a part of s/w which is downloaded from ... Socket programming is different for ... Windows than it is for *nix systems. ... to read up on "winsock" routines. ...
    (comp.lang.c)
  • Re: multi-threaded server
    ... internally it uses WaitForMultipleObjects to wait on socket handles ... that's only a Windows limitation. ... |> limitation of selectin WinSock. ...
    (microsoft.public.win32.programmer.networks)
  • Re: help me with my understanding of WSPRecv/From
    ... WinSock has some MS-specific functions to employ the NT ... WinSock has a common provider DLL called MSAFD.DLL. ... AFD.SYS is a kernel module which implements the sockets semantics on top of ... This will give you lots of socket stuff, ...
    (microsoft.public.development.device.drivers)