The underlying TestDoubleArray() returns double*. I'd like to have it converti=ed on my C# side to double[]. How can I do it?Code:[DllImport("PlainCLibrary.dll")] internal static extern IntPtr TestDoubleArray(double[] dbl, long len);
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 8 of 8
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |