View Single Post
Old Feb 2nd, 2005, 3:13 AM   #4
Siphon
Newbie
 
Join Date: Feb 2005
Posts: 25
Rep Power: 0 Siphon is on a distinguished road
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.
Siphon is offline   Reply With Quote