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 - edited 07-09-2011 10:27 AM
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
I found a solution. See below on what I found. Thanks for helping.
http://digital.ni.com/public.nsf/allkb/EEE8A5650DAC28558625762F0070A384
Yik