简体   繁体   English

Windows Mobile 5 SDK是否可用于Windows 7.5芒果OS手机

[英]Will Windows Mobile 5 SDK work for Windows 7.5 mango OS phone

我想开发适用于Windows 7.5芒果OS手机的应用程序,例如HTC Mozart,我已经拥有Visual Studio 2008,Windows Phone 5是否支持Windows Mobile 5智能手机SDK构建的应用程序?

No, the Windows Phone SDK is the only one that is supported. 不, Windows Phone SDK是唯一受支持的版本。 In short, Windows Mobile != Windows Phone. 简而言之,Windows Mobile!= Windows Phone。

Also the UI is drastically different and the underlying runtime and .NET framework is also different. UI也完全不同,底层运行时和.NET框架也不同。 You might be able to port the logic of your code across easily to the new SDK, but the UI will need rewriting. 您也许可以轻松地将代码的逻辑移植到新的SDK,但是UI需要重写。

There are also a lot of freedoms lost in the new iteration as "the user is king". 由于“用户为王”,新迭代中也失去了很多自由。 This means you need to review what your current app requires and provides to see if it is even a good fit for the new range of phones. 这意味着您需要查看当前应用程序的需求,并提供该应用程序是否适合新手机系列。

否,Windows Mobile SDK无法用于Windows Phone 7应用程序。

See, the .NET Framework for windows phone 7 has changed completely . 请参阅,用于Windows Phone 7的.NET Framework已完全更改。 Infact the classes and APIs have changed .you can carry forward your previous experience of Windows Phone development into this new one but that certainly might not be the same code and services working in the same platform 实际上,类和API已更改。您可以将以前的Windows Phone开发经验延续到这一新的过程中,但是肯定不能在同一平台上使用相同的代码和服务

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM