G
Guest
Hi there,
I need to make a call into an unmanaged DLL from a C# application, and I am
getting a SafeArrayTypeMismatchException which basically means that either
what I am sending to the DLL is incorrect, or what I am getting out is not
what the C# code expects.
My question is this: How do I know which array is the troublesome one?
Within the call there are numerous arrays all contained within different
structs.
Regards,
FV
I need to make a call into an unmanaged DLL from a C# application, and I am
getting a SafeArrayTypeMismatchException which basically means that either
what I am sending to the DLL is incorrect, or what I am getting out is not
what the C# code expects.
My question is this: How do I know which array is the troublesome one?
Within the call there are numerous arrays all contained within different
structs.
Regards,
FV