Cedric Lescop wrote:
I still have a question though :p How can I compile up Microwindows with Nano-X when I'm developping under MS Windows? For example, "unistd.h" isn't part of MS Windows... I read somewhere that I can include "io.h" and "process.h" instead...
This could depend on your compiler. I hacked together something to do limited testing of some of my code and I was able to create an empty unistd.h and then just compile. By creating an empty file I don't need to edit all the files that include it. If you have missing stuff you could find the right include file and add this to your unistd.h.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]