Hello,
I want to access a dll created in labview, which outputs array handle pointer from c# .NET program.
I have created a simple dll in labview 2011, which outputs a byte array. I have to read this output byte array from C# .NET code. Earlier while building LV dll, in the "Define VI Prototype" dialog, I have given this output byte array pass by "Array Data Pointer". But in this case I have to wire length input of this output byte array, which I don't want to do. In my actual application, I don't know the length of the output array. So now I have made my output byte array pass by "Array Handle Pointer". I want to know, how to pass a array handle pointer from c# .NET.
Please find the attached LV Project. Any help is appreciated.
Regards,
S.Nandakumar
--