Hello,
I'm an experienced programmer in .Net languages but I have not almost any work experience in C++ or C development.
I currently have to develop an application for a device running VxWorks (a realtime OS). We will first build a x86 version and then port to VxWorks. As VxWorks is Posix compliant we plan to create a Posix application in Windows. As I've been reading Windows is not Posix compliant to I installed "Windows Services for UNIX".
Now I'm a bit lost, I suspect that I have to configure Visual Studio to compile using the Posix libraries and headers included in "Windows Services for UNIX" but I really don't know how. And maybe I'm understanding wrong how to develop Posix applications for x86.
Any hints would be very appreciated.
Thanks in advance!