You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to pass data between Java and C#, it works with primitive data types but not work with Array and Object. I watched 2 demos but they are not mentioned how to pass array and object.
Can you help me to provide some instructions? Thanks.
08:42 - Passing arrays from unmanaged C++ ((host side)) to C#.
12:27 - Passing multidimensional arrays from C++ ((host side)) to C#.
22:47 - Passing arrays to C# from Java ((host side)).
structures
05:21 - Passing complex types from C# to unmanaged C++ ((host side)). Samples for structures.
16:23 - Passing complex types from C++ to C# ((host side)). Samples for structures.
I'm trying to pass data between Java and C#, it works with primitive data types but not work with Array and Object. I watched 2 demos but they are not mentioned how to pass array and object.
Can you help me to provide some instructions? Thanks.
Here is my some code
C# code
Java & JNA code
The text was updated successfully, but these errors were encountered: