Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

readdir

Status
Not open for further replies.

ravenspawn

Technical User
May 3, 2001
13
0
0
US
Windows can actually use the dirent.h header file, my question is how can I use the readdir function in such without getting the unresolved external symbol message?
 
What function would you like ot use whar are not implemented? What Symbols are not implemented?
As I know to read the directory you should use
FindFirstFile and FindNextFile. I don't know what is in dirent.h, but what I know, you should use winbase.h or windows.h . Theese functions are implemented in kernel32.lib. Maybe in your project settings for linker this file is missing. John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top