I have to cross-communicate with an app written in J#, and all the data structures coming from the remote app are arrays of sbyte[]. I've done this before, but I can't remember how I did it. I know it can be done without iterating the array and without using pointers, but I'm at a loss.
Any suggestions?
Any suggestions?