Windows CE Networking - from NDIS to TCP to SOAP to VOIP and everything in between.
November 2005 - Posts
-
As discussed in my previous post, the autobind_lsp performs hard binding. This will cause issues for LSPs that need to connect to localhost. About hard binding: Hard binding is a per socket TCP options specified by: WSAIoctl(..., SIO_UCAST_IF,..). Once Read More...
|
-
WinCE's ASP is a pretty good approximation of the key functionality of the desktop ASP (or at least as of ASP on IIS4, when CE ASP was implemented). One thing a lot of folks have issues with is that CE ASP doesn't have Server.CreateObject (). They think Read More...
|
-
This blog will discuss transient errors , the fourth bullet point in my first blog about networked audio drivers. In an audio driver that plays directly to local hardware (local audio driver or LAD), the audio is usually sent to hardware in fully decoded Read More...
|
-
Windows Mobile 5.0 shipped MSXML3, as I describe here . On PocketPC 2000-2003 devices, we ship MSXML2. Both of these are pretty much straight ports from the desktop MSXML versions, with some features removed and some tweaking to better conserve RAM on Read More...
|