LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass parameters from VS C# DLL to Labview 7.1

Hi,

 

I have a .NET DLL with this prototype of a function:

 

public static string[,] TestFuncCalls(bool in_status, int in_code, string in_source, out bool status, out int code, out string source)

 

The last 3 parameters of the interface give me problems in LV7.1 only

 

Labview code.jpg

These last 3 parameters becomes to (.NET references) System.Boolean&, System.Int32& and a System.String&. How do I convert these types back into LV7.1 Boolean, I32 and String ?

 

Does some one have some sample code of how to do this conversion ?

 

0 Kudos
Message 1 of 1
(2,330 Views)