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
Asked
Active
Viewed 1,201 times
1 Answers
2
If you own the C# source, you should make your C# class ComVisible, after registring this class you may us it from C++.

Babak
- 121
- 2