top | item 47026338

(no title)

asveikau | 14 days ago

Nitpick, "Windows Native Development" also refers to the NT native subsystem, which would be basically coding against private APIs instead of Win32. From the title I thought that's what this was. Then I realized it was about avoiding full use of Visual Studio when building C projects (something that a lot of people already do by the way)

discuss

order

smileybarry|14 days ago

I would also read "Windows Native Development" as driver development or compiling directly with `nmake` (neither of which are described there).