Hello.
In connection with the acquisition of a device running WinCE 6, I wanted to try to write a program for it. An unexpected problem arose: it is impossible to build a project for the WinCE platform.
Now I have the following procedure: in VS2008 I create the project "Visual C #" -> "Smart Device". In the properties of the project, the final platform Any CPU, "Project" -> "Change End Platform" -> "Windows CE".
The project is simple in the style of HelloWorld. In VS, the emulator runs without problems. But when I make a release, it turns out the win32 application, which runs without problems in Win7, but not in the WinCE emulator not on the device itself does not work.
Please help in resolving this issue, thank you.