Call C# function from C++ with Cocos2dx for WP8

Hello, 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

Pierluca Conti wrote:

Hello, 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

Please if you get to know please share

Unfortunately I have not found a solution yet
If it may be useful : http://stackoverflow.com/questions/15783281/call-c-sharp-function-from-c-with-cocos2dx-for-wp8-ex-facebook-sdk

Pierluca Conti wrote:

Unfortunately I have not found a solution yet
If it may be useful : http://stackoverflow.com/questions/15783281/call-c-sharp-function-from-c-with-cocos2dx-for-wp8-ex-facebook-sdk

Hi Pierluca,

I have the same problem as you, can you find a workaround solution on how to consume C# in C++ finally?

I googled quite a lot for it, but seems the answer is no.

Here is one of the answers from MSDN:

http://social.msdn.microsoft.com/Forums/wpapps/en-US/a850b680-6052-41c5-825a-d764d3369fe9/calling-c-code-from-c-in-windows-phone-8

Regards,
Leo

In the end I gave up… It seems there is no official solution :frowning:

Pierluca Conti wrote:

In the end I gave up… It seems there is no official solution :frowning:

Oops …. I did find some hints on how to integrate facebook using restful API, but I can’t even open a simple webview object in C++ :frowning: