viSci Posted November 19, 2010 Report Share Posted November 19, 2010 I have some legacy code that used the Callee's Property to discover the names of subvi's within a vi that is within a running exe. The code uses a static reference to the vi and attempts to extract all the callee names. Of course this no longer works in LV 2010 but was wondering what kind of workarounds people have discovered. I can understand protecting an exe from the outside but it seems there should be someway to enable this functionality in your own created code. Quote Link to comment
Darren Posted November 19, 2010 Report Share Posted November 19, 2010 The Get VI Dependencies method (which replaced Callees as the preferred way to get a VI's hierarchy info) seems to work inside an EXE for me: -D Quote Link to comment
viSci Posted November 19, 2010 Author Report Share Posted November 19, 2010 AWESOME!!! Thanks a Million. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.