goosecool
Junior Member level 3
Hi,
I have some C code written for a Unix based system and I need to migrate this code to a Windows based system. Code compilation on Visual Studio 2005 generated a lot of errors regarding header files, mostly <sys/msg.h> etc. These header files are native to the unix system, I suppose. Is there any way to get the equivalent header file for windows, or atleast get some documentation on the system calls for a windows system?
Thanks
I have some C code written for a Unix based system and I need to migrate this code to a Windows based system. Code compilation on Visual Studio 2005 generated a lot of errors regarding header files, mostly <sys/msg.h> etc. These header files are native to the unix system, I suppose. Is there any way to get the equivalent header file for windows, or atleast get some documentation on the system calls for a windows system?
Thanks