Windows CE Networking - from NDIS to TCP to SOAP to VOIP and everything in between.
July 2005 - Posts
-
Yesterday two new developers came into my office and wanted to know what some weird Win32 error code mapped to. I tried to get them to turn their heads as I looked it up because I didn't want them to know how easy this was. I just used err.exe, which Read More...
|
-
This article only applies to people using EVC to debug applications and an image generated with Platform Builder. It does not, to my knowledge, affect any of the debugging tools or MSXML on PocketPC or SmartPhone development environments. There is a known Read More...
|
-
Let's say that you have to write some server-side scripts that runs on the Web Server of your Windows CE device. You've read about the various server-side scripting technologies Microsoft supports here . You've come up with a design and you're about ready Read More...
|
-
Assume you have two processes running on the same WinCE device. You want ProcB to give ProcA some data. Or you want ProcB to tell ProcA to take some action on its behalf. How do you do it? I will describe 2 questionable and 2 good interprocess communication Read More...
|
-
MSXML is the standard Microsoft XML parser for native applications. It was originally developed for desktop Windows but was ported to Windows CE. MSXML has shipped in every version of the PocketPC since PPC 2000. PPC 2000, 2002, and 2003 all shipped a Read More...
|