07-09-2011 01:05 AM
I have a vi that would called vi2 dynamically. When I create an exe, the exe will not run probably. For a vi that would called other vi dynamically, what is the right way in creating an exe, so that the exe would include everything that it needs and there will be no path error? Thanks!
07-09-2011
10:26 AM
- last edited on
02-26-2026
08:47 AM
by
Content Cleaner
I would think you would have seen this before. Why Does My Executable Not Work When Using the Current VI's Path Constant?
But if not, maybe this helps answer your question.
The only other thing I can think of is to be sure that the VI is included in your project in the build spec.
07-10-2011
12:15 AM
- last edited on
02-26-2026
08:48 AM
by
Content Cleaner
I found a solution. See below on what I found. Thanks for helping.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019LcwSAE&l=en-US
Yik