简体   繁体   English

在Windows Phone 7中调用C ++ DLL

[英]Calling C++ DLL in Windows Phone 7

All, I have seen the following two questions on this topic 总而言之,我在这个主题上看到了以下两个问题

import c++ dll to windows phone project 将c ++ dll导入windows phone项目

Use C dll in windows phone 7 在Windows Phone 7中使用C dll

but they are both over a year old. 但他们都超过一岁。 Are the following 以下是

  1. P/Invoke from user code is not supported. 不支持来自用户代码的P / Invoke。
  2. C++/CLI is not supported either. 也不支持C ++ / CLI。

statments still true? 陈述仍然是真的吗? Is there any other way to call a C++ DLL from a WP7 application at this time. 有没有其他方法可以从WP7应用程序调用C ++ DLL。

Thanks for your help. 谢谢你的帮助。

Yeah the Statement is still true, you cannot use either of them. 是的声明仍然是真的,你不能使用其中任何一个。 Just Managed SL-Code is allowed . 只允许管理SL代码。

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

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