Hello all,
I have to send a pointer from C++ to C#. How can I do this?
Error message I am getting on the C# program is
"Pointers and fixed size buffers may only be used in an unsafe context"
Please help.
I have to send a pointer from C++ to C#. How can I do this?
Error message I am getting on the C# program is
"Pointers and fixed size buffers may only be used in an unsafe context"
Please help.
Comment