Quote:
Originally posted by SeventhStar
I have a code that I need to compile and it uses the functions and structs defined in <dirent.h>
I found out that this is not a msvc standard header but I need to use msvc (for other stuff in the project).
So I searched in the internet a lot and could only find the file but now I need to find a .lib or .obj file that contains the functions bodies, and unfortunately I cannot... :(
Forget about trying to find a "dirent.h" for MSVC and just concentrate on the functions that you're trying to call. It's all part of porting your code to another compiler.