Windows CE Networking - from NDIS to TCP to SOAP to VOIP and everything in between.
August 2006 - Posts
-
Since Windows CE 5.0, we have been deprecating ISAPI raw read/write filters. (See HttpFilterProc documentation for CE 5.0 for instance.) This in particular refers to the events SF_NOTIFY_SEND_RAW_DATA and SF_NOTIFY_SEND_RAW_DATA. It is can be a bit tricky Read More...
|
-
Summary: I've been asked this a number of times in the last few weeks, so I'll say for the record Windows CE does not currently have ASP.Net support nor is it on our plan of record. We have a very good subset of ISAPI extensions, ISAPI Filters, and ASP Read More...
|
-
I've spoken with a number of OEMs & ISVs regarding GPSID and many people assume that a call to GPSGetPosition() will cause the GPS device to be queried for the latest + greatest position. That's actually not the way that it works (today). GPSID is Read More...
|
-
The main job of services.exe on Windows CE is to host service DLLs and provide a nice interprocess communication mechanism between them and applications. To a large extent it's very much like device.exe and in fact we've tried to make it easy to move Read More...
|
-
Let's say that you have an application where if it had the position of the device it would be cool, but if it didn't have the position it's not really a big deal. Imagine a home screen plugin for instance where it would be an added bonus to display the Read More...
|
-
I wanted to write a blog entry about LASS and LAP, but almost everything I could say has already been said by Marcus on his blog entries here . One thing I can add is taking the Q and A that appears in the comments. Here is some Q and A in no particular Read More...
|