简体   繁体   English

如何在Delphi 2010中为Win Phone 8制作项目?

[英]How I can make a project for win phone 8 in delphi 2010?

我想在delphi 2010中为Windows Phone 8 OS制作一个应用程序。

Delphi does not target Windows Phone. Delphi不适用于Windows Phone。 At the moment, as of XE5, Delphi targets: 目前,从XE5开始,Delphi的目标是:

  • Desktop Windows, x86 and x64 (not WinRT) 台式机Windows,x86和x64(非WinRT)
  • Mac OSX, x86 Mac OSX,x86
  • iOS 的iOS
  • Android (ARM) Android(ARM)

There is no support for Windows Phone and to the best of my knowledge, none is in the offing. 据我所知,没有对Windows Phone的支持,也没有人支持。 The Delphi cross-platform strategy is based on FireMonkey and that's not easy to take to Windows Phone. Delphi跨平台策略基于FireMonkey,这对于Windows Phone来说并不容易。

As for Delphi 2010, that supports but a single platform: desktop Windows x86. 至于Delphi 2010,它仅支持一个平台:桌面Windows x86。

If you want to use Pascal to make Windows Phone apps then Oxygene from RemObjects is what you need. 如果要使用Pascal制作Windows Phone应用程序,则需要RemObjects的Oxygene。 If that's not attractive to you then the MS tooling based on C# is the most obvious option that remains. 如果这对您没有吸引力,则基于C#的MS工具是最明显的选择。

Simply you can't. 简直你做不到。 You need to use the Windows Phone SDK which only works with Visual Studio. 您需要使用仅适用于Visual Studio的Windows Phone SDK。

If you install the SDK, you get a free Visual Studio Express for Windows Phone, who you can use to develop any type of app (free or not) 如果安装SDK,则将获得Windows Phone的免费Visual Studio Express,您可以使用该Visual Studio Express开发任何类型的应用程序(是否免费)

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

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