|
I put the dirent.h-file in the same directory as all my other header-files (iostream etc) that MSVC had made itself... Still doesn't work... Still get these errors:
error C2065: 'scandir' : undeclared identifier
error C2065: 'alphasort' : undeclared identifier
error C2601: 'find' : local function definitions are illegal
P.S. I also got a .lib file when I downloaded the .h file... I have no clue what to do with lib files. I just put it with the .h file.
|