09-30-2016 09:24 AM
I have an array of objects wired to for-loop. I call the method VI on object in for-loop. If the method uses/calls some VI with state/memory (like FGV) the state is shared for every call of method in a loop despite the called VI is reentrant preallocated. Does anybody know how to solve this problem?
Solved! Go to Solution.
09-30-2016 09:49 AM
nvm. I've found an answer:
https://lavag.org/topic/19014-dynamic-dispatch-shared-reentrancy/