将 Windows Phone 7 Proj 转换为 Win Mobile 6.5?

发布于 2024-09-15 21:48:48 字数 205 浏览 1 评论 0原文

是否有人尝试将用 c# 编写的 Windows Phone 7 项目转换为在 Windows Mobile 6.5 上运行的应用程序。

问题是:是否有一些特殊的库(用于“绘制屏幕”)不能与 win mobile CF 一起使用?

我唯一知道的是,用 C# 编写的 Win Phone 7 应用程序是用一些奇怪的(我现在不记得了)文件扩展名编译的,而不是 *.cab

Did someone try to convert a windows phone 7 project written in c# to an application that's working on a windows mobile 6.5 .

The question is: Are there some special libraries (for "painting the screen") that won't work with the win mobile CF ?

The only thing I know, that the application written in c# for win phone 7 is compiled in some strange (I don't remember now) file extensions, not in *.cab

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

森末i 2024-09-22 21:48:48

这或多或少是不可能的。 Windows Phone 7的编程模型是Silverlight(扩展名为*.xap)。 win mobile ≤ 6.5的编程模型是本机代码或.NET紧凑框架。

Windows Phone 7 和 Win mobile <= 6.5 之间唯一可以共享的是源代码级别的一些代码库,而不是编译代码。可以共享的代码是算法代码,而不是 GUI 代码或针对不同平台中特定库的代码。

在 Win mobile <= 6.5 上运行 Windows Phone 7 应用程序的唯一方法是为 Win mobile 编写 Silverlight 环境。

This is more or less impossible. The programming model of Windows phone 7 is Silverlight (the extension is *.xap). The programming model of win mobile <= 6.5 is native code or .NET compact framework.

The only thing you can share between Windows phone 7 and Win mobile <= 6.5 is some code libraries at source code level, not compiled code. Code that might be possible to share is algorithmic code, not GUI code or code targeting specific libraries in the different platforms.

The only way to run a Windows phone 7 app on Win mobile <= 6.5 would be to write a Silverlight environment for Win mobile.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文