0

I'm developing for Windows Phone 8 with the latest release of Cocos-2dx. Is there any way to call C# function from C++? I need to integrate facebook sdk, I searched in internet but could not find any clear example Thanks to all

4

1 に答える 1

2

C# ソースを所有している場合は、C# クラスを ComVisible にする必要があります。このクラスを登録した後、C++ から使用できます。

于 2013-04-03T11:45:13.577 に答える