Sergey Yakovlev wrote:
> Can someone explain me what happens with run-time menus in my llb's after
> Application Builder processing?
> When I distribute my application in different directory, I can't see custom
> run-time menu. At the same time my custom run-time menu operates normally at
> directory where my llb was born.
I believe that once you make the app using the app builder
the directory structure is one level deeper than in the development
environment.
If I am not mistaken, C:\labview\main.llb\main.vi becomes
C:\labview\main.exe\main.llb\main.vi
The same should apply to the run-time menus.
Kevin Kent