"aiw" <x@no.email> wrote in message news:1169215807567-466020@exchange.ni.com...
Hello,
I have a Call Library Function node that makes a call to an external DLL. The function has 10 integer pointers as parameters.
If I create an Int32 constant and wire it to each of the 10 inputs, will LabView create copies of that value and pass references to different locations to the DLL? Or will it just pass 10 values that point to the same location?
In the node configuration, mark the inputs as pointer. Then LV will pass 10 different pointers.
Regards,
Wiebe.