Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
unistd library
07-03-2007, 05:34 AM,
#1
unistd library
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.
Reply
07-03-2007, 05:53 AM,
#2
 
found this on the web : "unistd.h maps (roughly) to io.h and process.h"
so maybe try to include these two
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)