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

Pierminator
  • 93
  • 2
  • 12

1 Answers1

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