08-18-2024 05:09 PM
Hi,
I trying to create DLL (.NET Interop Assembly) of VI which has simple cluster and unbundle to get integer.
When calling the function, I am not able to pass the cluster/struct to function, attaching image of the code. Please suggest on how to fix the error.
Solved! Go to Solution.
08-18-2024 07:49 PM
You don't have to declare the struct. It is defined in your exported assembly. See the attached example.
08-20-2024 04:53 AM
Thanks, its working fine now.