Share September 2005: Project of the Month

MinGW - Minimalist GNU for Windows

Tracker: Feature Requests

5 FileFindFirst, FileFindNext, FileFindClose missing - ID: 1845880
Last Update: Comment added ( d2x-xl )

The functions FileFindFirst, FileFindNext, FileFindClose from the Windows
API do not seem to be available in the MinGW libs. At least the linker is
throwing errors on them. Can they be added?


d2x-xl ( d2x-xl ) - 2007-12-07 00:10

5

Closed

None

Nobody/Anonymous

Suggested Feature

None

Public


Comments ( 4 )

Date: 2007-12-13 16:10
Sender: d2x-xl


*I* wrote a wrapper file and forgot to add it to *my* project's make
file.

*Think* before you post!


Date: 2007-12-13 09:17
Sender: dannysmith


No, they won't be added, The names of the winbase.h functions are:
FindFirstFile, FindNextFilem, FindClose. Google them.
Danny


Date: 2007-12-07 10:51
Sender: d2x-xl


Oh my, yes. These are wrapper functions I wrote for a platform independant
layer, and since I am usually doing Windows builds with MS Visual C (just
trying Eclipse + MinGW), I forgot to add the code wrapper to the make file.
Thanks, solved and closed.


Date: 2007-12-07 04:19
Sender: kenjacksonSourceForge.net Subscriber and Donor


I believe you are looking for FindFirstFile (not FileFindFirst),
FindNextFile and FindClose. They're there.


Attached File

No Files Currently Attached

Changes ( 2 )

Field Old Value Date By
status_id Open 2007-12-07 10:51 d2x-xl
close_date - 2007-12-07 10:51 d2x-xl