简体   繁体   English

我可以在Windows Phone 7中使用C ++吗?

[英]Can I use C++ with Windows Phone 7?

I'm going to write an application for iOS, Mac OS X and Windows Phone 7. 我打算为iOS,Mac OS X和Windows Phone 7编写一个应用程序。

To minimize the amount of work, I'd like to write the model only once, in C++ (otherwise I'd have to do it twice; in Objective-C and in C#). 为了最大限度地减少工作量,我想用C ++编写模型一次(否则我必须做两次;在Objective-C和C#中)。

Can I use C++ in a Windows Phone 7 application, together with C#? 我可以在Windows Phone 7应用程序中与C#一起使用C ++吗?

No you cannot use C++ for WP7 apps. 不,你不能使用C ++的WP7应用程序。 However you might be able to use Monotouch to write some shared code in C# between the 2 platforms. 但是,您可以在两个平台之间使用Monotouch在C#中编写一些共享代码。

Taken from here: Windows Mobile 7 and C++ 取自这里: Windows Mobile 7和C ++

All Windows Mobile 7 (now called Windows Phone 7 ) development, at least initially, will be in managed code. 所有Windows Mobile 7(现在称为Windows Phone 7)开发(至少在开始时)都将采用托管代码。 Development using native languages like C/C++ is not supported for third parties. 第三方不支持使用C / C ++等本地语言进行开发。 You can develop apps and games for Windows Phone 7 using the Silverlight or XNA framework, and the initial release supports only C#, VB support is supposed to be coming out soon. 您可以使用Silverlight或XNA框架为Windows Phone 7开发应用程序和游戏,初始版本仅支持C#,VB支持应该很快就会推出。

It's from June 2010. 从2010年6月开始。

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

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