09-03-2010 03:47 PM
I call an .so file from a VI, and I call the same .so file from another (different) .so, from the VI. It works fine with LabView 7.1 (Linux), with one occurance of the static storage variables. The compiled version calls 2 separate copies of the same .so though, leading to the static storage being different, and program failure.
Is there a quick fix, or do I need to re-write the code and accept 2 occurences of the code?
Is this fixed in the latest version of LabView?
...Dan
09-07-2010 12:56 PM
Hi Dan,
Can you tell us a little bit more about what these libraries are doing? What static storage are you referring to? What do you mean the compiled version?