So, is POSIX subsystem still around? I have Visual Studio 2012. I tried to compile a "hello world" Posix application and it seems to be missing the entry point:
>cl stuff.cpp /Fostuff.obj /link /subsystem:posix
LINK : error LNK2001: unresolved external symbol __PosixProcessStartup unlink.exe : fatal error LNK1120: 1 unresolved externals
Some Googling shows that I need psxdll.lib and some other libraries, but where are they? Visual Studio does not have them, and neither does the latest Windows SDK. Did they quietly kill the ability to create POSIX apps without telling anyone?