01-06-2015 10:26 AM
Hi Dennis,
Sorry that that I missed to explain that.
Yes that is what I am trying to do. I want to create a DLL via the LabVIEW application builder which includes a function which is returning a value if this is possible.
01-06-2015 10:29 AM
01-06-2015 10:45 AM
No just clusters and strings.
With a numeric indicator it works.
It seems that the other objects are handled as pointers and cannot be returned because they do not share the same heap. That could be the explanation why it only works with numeric values.