My project does not use any WM6-specific APIs, so I want to make it compatible with WM5. However, I see no way of adding another target. I read开发者_如何学C that it should be as simple as right-clicking on my project and choosing "Change target platform", but the option is not there.
In Visual Studio for Windows Mobile development, "target" is used mainly for debugging purposes and identifying which emulator or device you want to target for your debug session.
If no specific Windows Mobile 6 APIs are used, your executable should run on a Windows Mobile 5 device without issue.
精彩评论