This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: e2fsprogs, e2fsimage


On Aug 15 01:29, Gerrit P. Haase wrote:
> When I run badblocks, e2fsck, fsck.ext2, fsck.ext3, mke2fs, mkfs.ext2,
> mkfs.ext3 and resize2fs I get an error popup:
> 'Entry point "GetFileSizeEx" not found in KERNEL32.DLL.'
> 
> I'm running NT4 with SP6a.  (See attached screenshot).  Note that this
> happens with the binaries compiled here locally.  Is this an error in
> the w32api libraries?
> 
> Cygwin Package Information
> Package              Version        Status
> cygwin               1.5.9-1        OK
> w32api               2.5-1          OK
> 
> Should I upgrade?

Yes, to Win2K ;-)

GetFileSizeEx is not available in 9x and in NT <= 4.

The above packages shouldn't use it (Cygwin doesn't).  The problem is
perhaps that GetFileSizeEx is not guarded by an `#if (_WIN32_WINNT >= 0x0500)'
in w32api/include/winbase.h.
 

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Co-Project Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]