Hello team, I have successfully generated dll file...
# multiplatform
a
Hello team, I have successfully generated dll file from my multiplatform library using mingwX64 native target but the issue is that this dll is not directly importing into C# app, as C# app used .NET frameworks. Even though, I have researched and found that P/Invoke is the successful method to deal with the non-managed library but still it's not working at the compile time. Do we have any other way and documentation available?