Hello InterOp Experts:
In my C# program I need to use a Win32 DLL which leads to a question: how to
define Win32/C++ struct containing an array in C#. For example, I have a C++
struct:
struct MY_STRUCT
{
int nCities[128];
};
How to define it in C#?
Thanks in advance!
Polaris
Willy Denoyette [MVP] - 14 Mar 2008 14:06 GMT
> Hello InterOp Experts:
>
[quoted text clipped - 12 lines]
> Thanks in advance!
> Polaris
Don't multipost, your question has been answered in the CSharp NG.
Willy.