.NET
portwce.txt
Associated article: Porting Communications Software to Windows CE
Tags: .NET
Published source code accompanying the article by Oliver Diener in which he shares some of the hard-won secrets he discovered when porting the LUCA data communications framework from Windows 95/NT to CE.
Porting Communications Software to Windows CE by Oliver Diener Listing One vstdio.h #ifndef _VSTDIOH_INCLUDED #define _VSTDIOH_INCLUDED #include <malloc.h> extern int sprintf(char *buffer, const char *fmt, ...); extern int sscanf(char *buffer, const char *fmt, ...); ...


