Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用最新版本的 Cocos-2dx 为 Windows Phone 8 进行开发。有没有办法从 C++ 调用 C# 函数?我需要集成facebook sdk,我在互联网上搜索但找不到任何明确的例子谢谢大家
如果你拥有 C# 源代码,你应该让你的 C# 类 ComVisible,注册这个类后你可以从 C++ 中使用它。