如何将Win32桌面项目转换为Windows Phone [英] How to Convert Win32 Desktop Projects to Windows Phone

查看:77
本文介绍了如何将Win32桌面项目转换为Windows Phone的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我为X86 Target构建了58个win32项目.我需要为Windows Phone ARM Target转换相同的解决方案.
除了建议您单独转换每个项目之外,您还可以建议其他任何一种方式,使我们可以一次转换所有58个项目.

I have 58 win32 projects built for X86 Target. I need to convert the same solution for Windows Phone ARM Target.
Instead of converting each project individually can you please suggest any other alternative way where we can convert all 58 Projects at one go .

推荐答案

我们需要更多数据才能为您提供有用的信息.以下是一些要考虑的变量:

More data would be needed for us to be able to provide you with useful information. Here are some of the variables to consider:

关于Win32项目:

  1. 什么是用户界面(UI)?银光? WPF? Windows表单?控制台应用程序? DirectX? XNA?其他?
  2. 使用哪种编程语言?
  3. 这些项目是否相互关联,可以更轻松地重用已翻译的代码?

关于Windows Phone目标:

Regarding the Windows Phone target:

  1. 所需的用户界面是什么?银光? Direct3D? XNA?

Win32用户界面的流程可能与Windows Phone用户界面的流程不直接兼容.

It is likely that the flow of the Win32 user interface will not be directly compatible with the flow of the Windows Phone user interface.

对于您应用中的所有Win32 API,电话可能没有相同的API.还有其他功能限制和考虑因素,包括需要Phone遵守Windows Phone生命周期模型(逻辑删除等).

It is possible that the Phone may not have equivalent APIs for all the Win32 APIs in your app.  There are other functional constraints and considerations, including the need for the Phone to adhere to the Windows Phone lifecycle model (tombstoning etc.).

您将无法完全自动化转换.转换过程将是人工编程和半自动化的结合.

You won't be able to fully automate conversion. The conversion process will be a mix of human programming and semi-automation.

希望这会有所帮助,
标记

Hope this helps,
Mark


这篇关于如何将Win32桌面项目转换为Windows Phone的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆