import c++ dll to windows phone project

时光怂恿深爱的人放手 提交于 2019-12-01 09:18:37

Neither P/Invoke nor C++/CLI is supported, only managed user code. See social.msdn.

3rd party WP7 apps may only comprise of managed code. C++ is also not a supported language, even in managed form, at this time.

WP7 doesn't support c++. you would also probably need to recompile the c++ dll anyways, even if it was supported.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!