C#C
C#4y ago
rick_o_max

✅ Interoperability between incompatible types

Hi!
I'm trying to pass a class back-and-forth from C# to CPP.
This class contains some members that I can't and don't need to translate to CPP types, but when I add these members to my interop classes, the application exits with a fatal error.
Was this page helpful?