Hi,
If you include the sub vi's in the executable, make sure the panels are not
removed. They are removed by default, unless the vi has locals, property
nodes or a panel that opens when run. Set remove panel to no in the third
tab of the application builder.
Also make sure the paths are correct. Only way to find out is to debug the
executable (a.go. by include popups with error messages, or a status
indicator).
Regards,
Wiebe.
"Marko Aschoff" wrote in message
news:c9204k$nhs$1@news.eastlink.de...
> Hi all,
>
> In my app I open VI-References to submodules. Over these references I run
> the VIs (Invoke node) and load them into a subpanel. When I execute the
> main VI in the development system all works fine, but when I build an
> application
the VIs don't run. A property node that shows the execution
> state says they are bad.
>
> One submodule that contained only controls, but no code worked. I think,
the
> VIs are bad because, the subVIs cannot be found (vi.lib, llbs, ...).
>
> Has anyone an idea?
>
> Thanks,
> Marko