简体   繁体   English

WP7本机代码?

[英]WP7 Native code?

anybody tried running native code on WP7? 有人尝试在WP7上运行本机代码吗? http://blog.walshie.me/2010/11/ http://blog.walshie.me/2010/11/

every time i call Invoke() method 每次我调用Invoke()方法时

object o = dynMethod.Invoke(null, new object[] { "Assembly.dll", new Guid("SomeGuidHere") });

o returns 2147942593. I can't find a proper description for this code either. o返回2147942593。我也找不到该代码的正确描述。

any help highly appreciated. 任何帮助,高度赞赏。

在该平台的当前版本中,应用程序开发人员(即,不是设备OEM的任何人)无法编写在Windows Phone设备上运行的本机代码。

Indeed, but see this . 的确如此,但是请看这个 Claims Apollo will support 3rd party native code. 声明Apollo将支持第三方本机代码。

Also, this . 另外, 这个 This claims even Tango will. 这甚至声称探戈会。 (Tango=the next WP7 update, Apollo=the one after the next). (Tango =下一个WP7更新,Apollo =下一个更新)。

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

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