Jump to content

Get list of dynamic VI within an executable


Recommended Posts

A VI in an executable doesn't have a special "tag" to indicate it's called dynamically, since any VI can be called dynamically, even if it happens to be on the block diagram of one VI that is in the executable - another VI may go ahead and call that subVI dynamically. A project build spec will have a list of VIs that are added to the build since they are called dynamically by the code, but this list also include support VIs that you always want to include in the executable, regardless of whether they're called dynamically or not. Thus, this list could be misleading.

What are you trying to ultimately find out? Perhaps there's an alternate solution.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.