Re: Can you recommand a book about socket(tcp/ip) programming for windows CE
- From: "Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
- Date: Fri, 13 Jan 2006 10:26:23 -0700
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
>
>
.
- References:
- Prev by Date: Can you recommend a book about socket(tcp/ip) programming for windows CE
- Next by Date: PXA270 embedded LCD controller vs. Intel 2700G5
- Previous by thread: Can you recommand a book about socket(tcp/ip) programming for windows CE
- Next by thread: Can you recommend a book about socket(tcp/ip) programming for windows CE
- Index(es):
Relevant Pages
|