I'm trying to compile a posix function i created, but every time i do i get the following errors,
fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
and, if i take out the unistd.h header, i get...
fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory
I'm using visual studio 6.
Any idea why these libraries won't compile?
Start Free Trial