Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create lv dll using .net xml object

Now I'm trying to make dll in LabVIEW environment. And I want to use it at C# language.

 

And what the dll do is to get .net XML object as a input parameter. And return value is also .net XML object.

 

 -prototype-

 

XmlDocument testdll( XmlDocument );

 

Please help me out to make this dll.

 

I'm not sure how to handling .net object. I'm farmiliar with integer and string parameter.

.net assembly is also confusing.

do I have to close reference?

 

I attached simple source vi code

 

 

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