Linked by Adam S on Sun 29th Jun 2008 16:10 UTC
Thread beginning with comment 320685
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
"(And no, the .NET API does not qualify since it basically calls back to Win32 to begin with.)
It doesn't have to (as the mono guys have proven). "
True, but that's basically what it does on Windows. It's doesn't call down to the NT Kernel API for everything - it uses Win32 where it can. Thus it won't work for what I said. And, not everyone is or will ever use .NET for everything. C/C++ and other languages will be needed for applications that will work outside the .NET framework, so they still need another API in addition to .NET even if they ported .NET to using just the NT kernel API.






Member since:
2006-02-05
It doesn't have to (as the mono guys have proven).