Mingw usability in C#

Hello!
I have successfully built a project using Kotlin Multiplatform, but now I’m facing a significant challenge with usability in C#.

I am able to produce the DLL and header files from the mingwX64 native target, and I’ve also generated the C# bindings using CppSharp based on the header file. However, the usability seems overly complicated, so I would like to know what other options exist that I could try for this purpose.

Thank you.

1 Like