05-31-2012 02:10 PM
I have an inherited app that unforutnatly makes lots of use of global variables (not the functional kind). If we want to run two instances of the top-level VI simultaneously without having the global variables collide with each other, what is the least painful way to accomplish this *without* having to build it into an exe?
Solved! Go to Solution.
05-31-2012 02:20 PM
I'm not sure if it'll work or not, but what would happen if you ran the VIs in two different projects? I might have to try that when I manage to find some free time.
05-31-2012 02:27 PM
@crossrulz wrote:
I'm not sure if it'll work or not, but what would happen if you ran the VIs in two different projects? I might have to try that when I manage to find some free time.
And when you do, I suspect you will find you are correct.
SpoilerNot that I know from experience seeing I never use those thingies.
Ben