calling managed c# functions from unmanaged c++

c#, c#-2.0, c#-3.0, c++, clr

Solution

Or use a project of mine that allows C# to create unmanaged exports. Those can be consumed as if they were written in a native language.

Problem

How to call managed c# functions from unmanaged c++

Original source