Connecting Tech Pros Worldwide Help | Site Map

C#.Net interop for two dimensional array

Newbie
 
Join Date: Oct 2008
Posts: 1
#1: Oct 20 '08
Hi,

I am trying to marshall a two-D array from managed C# code to an unmanaged C++ code using interop.
I am not able to do this as it says that I might be trying to access a memory which is write protected. How do i overcome this problem.

Please help me..
Reply