12-29-2016 05:21 AM - edited 12-29-2016 05:24 AM
I have a C# dll which consists of a list which is of type structure consisting of datatypes int, double, double, double. How can I access and write values to individual elements of this list structure?
12-29-2016 08:11 AM
You export a Modify function ni the DLL and use that.
/Y
12-30-2016 01:43 AM
Thanks for your reply!
You mean to say that I have to modify the dll and create a function to access the elements of the List and structure?. This is a good idea if we are developing a dll, but I have a dll being given by a supplier and I do not have access to the source code of the dll. All I know is that how the variables in the dll are specified and I am having trouble to access them in LabVIEW. Could you please suggest some information of this?. I am new to LabVIEW.