A C char** is an array (of unknown length) of pounters to C strings ( each of unknown length).
I don't know NativeCall, can't tell you how it should be declared, but I hope that highlights the issue.
A C char** is an array (of unknown length) of pounters to C strings ( each of unknown length).
I don't know NativeCall, can't tell you how it should be declared, but I hope that highlights the issue.