I have a Managed C++ DLL which I'm using to wrap calls to a C Lib by a third party vendor. The input is a Word8 array and it's output is a Word16 array. I believe that the equivelant types are short and sbyte respectivly. I've spent the whole day trying to find out how to pass these arrays between the C# code and the C++ DLL. I'll just throw out that I'm using VS2005.
Thanks in Advance,
Tim
Thanks in Advance,
Tim