« Return to Thread: MinGw, opendir() stat64() and related

Re: MinGw, opendir() stat64() and related

by keithmarshall :: Rate this Message:

| View in Thread

To further qualify my earlier reply:

On 9 February 2012 11:29, Linux <linux@...> wrote:
> I also want to distribute a Windows version of the utility but can't get
> it to compile and work on Windows 7 using the Mingw 4.6.3

The most recent release, from this project, is MinGW GCC-4.6.2;
this is what I have used, to build my example.

> with the Code::Blocks IDE for Windows.

While this may be your preference, it shouldn't be relevant to the
distributed code.  I prefer to use only vim.

> I can not find the MinGW specific sources for the functions stat(),
> stat64() ...

nor will you, because these come directly from Microsoft; (there is
no stat64() anyway; it is _stat64()).

> ... opendir(), readdir(), closedir() and other functions.

These three, and others related to them, are implemented in
mingwex/dirent.c, in the mingwrt source distribution, or in CVS:
http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/dirent.h?cvsroot=src
http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/dirent.c?cvsroot=src

--
Regards,
Keith.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
MinGW-users mailing list
MinGW-users@...

This list observes the Etiquette found at
http://www.mingw.org/Mailing_Lists.
We ask that you be polite and do the same.  Disregard for the list etiquette may cause your account to be moderated.

_______________________________________________
You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users
Also: mailto:mingw-users-request@...?subject=unsubscribe

 « Return to Thread: MinGw, opendir() stat64() and related