This is a simple C++ template that helps you get started with writing applications that run on both Nano Server and other Windows installation options. The template is based on the Win32 console application with the following customizations:
APIs are not supported on Nano Server either because the underlying feature is also not supported or the API has been superseded by a newer API. In most cases, MSDN should offer a recommended substitution.
No. Nano Server only supports x64. Be sure to set the debug target to x64 when building for Nano Server.
At this time, automatic deployment of the binaries to a target node is not supported. Manually copy the exe and any dependents to the Nano Server machine.
Configure Nano Server for remote debugging
Configure your development environment