Getting started on mobile development (PocketPC)
Chris Tacke, eMVP escreveu:
Thank you for your response. I have managed to install eVC++ 3.0 and the
PPC 2002 SDK and build a wizard-generated PPC application. It was nice
to see the application displayed on the emulator. Now for some new
questions... Two of my application requirements are: to communicate with
a server running on a PC and to process XML-based messages obtained from
that server.
For the networking part, I confess I am rather confused. There seems to
be so many options (raw WinSocks; MFC's CSocket, CAsyncSocket and
CCeSocket; WinInet; etc.) that one will have trouble picking one. IIRC,
I have read that CSocket and CAsyncSocket are not options for Windows
CE. As a matter of fact, many sources indicated that CSocket is good for
nothing and should best be avoided. Given that, what about using
CCeSocket? Is it reliable? What about resorting to raw WinSocks? What
would you recommend for a new application with relatively simple
networking needs (basically, the mobile application will need to
exchange XML-based messages with a PC-based server and also be able to
receive notifications from that same server)?
As for the XML part, I reckon one can use MSXML. Are there any caveats
of which I should be aware? Would you have any on-line resources to
recommend?
Thank you once again,
--
Ney André de Mello Zunino
|