by Dan East » Jul 2, 2001 @ 3:59pm
The easiest way would be to create a stdio.lib library containing the needed stdio functions. The replacement library would then make calls to the Windows API (CreateFile, ReadFile, etc) to do the actual file I/O. Years ago I heard of people creating such libraries, but it is only recently that more open development has occured for Windows CE. Originally nearly all Windows CE software being written was proprietary, commercial software, so very little code sharing was going on.<br><br>Dan East