Hi
I am trying to port a piece of code to WinCE 5.0 platform. I am using Microsoft EVC++ 4.0 for this. I am getting following compilation error:
main.c(47) : fatal error C1083: Cannot open include file: 'sys/stat.h': No such file or directory
Is this header file not available for WinCE platform? Do I need to use any other VS version? Any suggested solutions for this?
Thanks
Kchitiz