Page 1 of 1

A good replacement for the functions in io.h

PostPosted: Dec 5, 2001 @ 5:27pm
by R0B
Does anyone have any idea of where to find some good replacements for the functions in the windows (pc version) of io.h that work for the ppc/hpc2000.  I was just wondering becuase this seems like something that windows to wince porters would have come accrossed.

Re: A good replacement for the functions in io.h

PostPosted: Dec 5, 2001 @ 6:23pm
by Digby
Hey Rob,<br>Were you looking for a workaround for a particular missing function?  Let us know and maybe someone can send you some code.<br><br>I don't know if it warrants porting all of the I/O functions in io.h to CE as I don't think many people use these anymore, but if it's just one or two file I/O routines we can probably help you out.<br><br>

Re: A good replacement for the functions in io.h

PostPosted: Dec 5, 2001 @ 10:48pm
by Dan East
I actually created such a replacement lib for use in the Bochs x86 emulator. I don't know when it will be released though. I hope within a couple weeks. :( I implemented open, close, read, write, lseek and partial fstat. It's actually pretty simple coding.<br><br>Dan East