Search Results

2
votes

Call C# methods from C++ without using COM

There is a somewhat "undocumented" way of exporting C style API from a .NET class / method. This ultimately leads to a situation where a .NET dll has exported APIs that can be called from C …