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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.