Ben Summers wrote: > There I was assuming that the emulation stuff used the native Win32 API > (eg SetFilePointerEx which does 64 bit integers). Nitpick: SetFilePointerEx is only available from Win2k onwards. Probably best to stick to SetFilePointer, even though it's a bit more of a pain. -C