Hi,
Please forgive & redirect me if I'm in the wrong forum. I'm just wondering if anyone knows if there is 64-bit file support in Windows CE 5.0. The CFile::Seek() call takes a LONG value, and SetFilePointer() has a DistanceToMoveHigh value but it's not currently supported according to the docs.
Is there ANOTHER File I/O interface for CE 5.0 which supports 64-bit files, or is there a way to get either of the above methods to work Thanks in advance.
Allan Stirrett.

64-bit file support in CE 5.0?
JWill
Regardless of the storage/filesystem, WinCE5.0 provides file access through Microsoft Win32 file system API. WinC5.0 doesnt support 64-bit files (only 32-bit files, with max file size of 4GB).
http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcedata5/html/wce50conselectingtheinternalfilesystemforyourdevice.asp
thanks
Siva