[Box Backup-dev] Re: [Box Backup] First official Win32 release

Charles Lecklider boxbackup-dev@fluffy.co.uk
Sat, 28 Jan 2006 09:51:29 +0000


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