Call C# method from C++

How do I call a C# method from C**? I’ve been trying to change project from C** native to XAML with c# and c++/cx but it not working.
Help me please :((
Sorry for my bad English


CCEGLView.cpp.zip (4.7 KB)


CCEGLView.h.zip (2.5 KB)

It’s impossible in Direct3d.
Microsoft is working on this, maybe you can wait for a few days.

Thank for replied. So, Can I create project C# than reference project C++/CX with code cocos2d-x?
which cocos2d-x use direct3d or opengl? Is cocos2d-x using direct3d to render?
if it’s possible. please show me how to?

hey, did you find any way by which we can call c# function from c++ function…