I would like to create an application that can be executed on a device running WinCE 6.0 or WES7 with Visual Studio 2015 using C++. Is this possible and what do I have to do to achieve this ? Which C++ language standard can I use ? C++11 ? The information I found in the web is not very precise about this.
Sometimes a read that not all Visual Studio Versions support the development for all Windows Embedded Systems available. So e.g. if it is not possible under VS 2015, I may need to use an older version and thus need to use an older version of the C++ standard for development.
We have applications that are C#, C++, and other languages, all running on Windows Embedded Standard 7. With the C++ applications, they were built with multiple versions of Visual Studio. In general, if it runs on Windows 7, it runs on WES7 with very few issues.