Forums
unistd library - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Help (https://www.vdrift.net/Forum/forumdisplay.php?fid=5)
+--- Thread: unistd library (/showthread.php?tid=707)



unistd library - mpo - 07-03-2007

I'm compiling with Visual Studio and the compiler give to me the following error:
fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory

I have searched in internet and somewhere i have seen that the library unistd there's only for Unix and not for Windows.
What i have to do? I have tried to download and include it anyway into the project but then i have a lot of new errors.


- Nigo - 07-03-2007

found this on the web : "unistd.h maps (roughly) to io.h and process.h"
so maybe try to include these two