09-19-2007 12:53 AM
09-19-2007 01:41 AM
09-19-2007 01:51 AM
09-19-2007 01:57 AM
09-19-2007 02:51 AM
Hi Clement,
This is almost always because when a VI is compiled, the top-level EXE becomes part of the path - like a parent-directory. The following VI will figure-out what the right parent path is and works for any VI whether alone, in an LLB or in an EXE. Note that if building a path to a neighboring VI, you'll want to use "Parent" path not "Parent Dir" path.
http://forums.ni.com/attachments/ni/170/151993/2/Util.VI.ParentDirectory.vi
Cheers!
09-19-2007 03:01 AM
09-19-2007 07:06 AM
09-19-2007 09:38 PM
09-20-2007 04:23 PM
09-21-2007 05:21 AM
Get rid of the llb and structure your app in directories on disk.
@astroboy wrote:
This is the first time for me to use llb. Is llb necessary?
please advise. Thanks in advance.