On 9/19/05, Alphax <[EMAIL PROTECTED]> wrote: > I have a feeling Windows has problems with files this large, esp. on NTFS.
This is surpisingly *not* a Windows issue. We have 200+ GB database files on many of our database servers. All using NTFS. I think the issue is that GnuPG is using a 32-bit DWORD file pointer and the older file functions. Werner mentioned using GetFIleSize, but the platform SDK indicates that you need to use GetFileSizeEx to enable files greater than 2^32 bytes: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/getfilesize.asp Werner, do you use GetFileSize or GetFileSizeEx? There are also WriteFileEx and any number of other -Ex file-related functions to handle files larger than 4 GB. -- RPM ========================= All problems can be solved by diplomacy, but violence and treachery are equally effective, and more fun. -Anonymous _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users