06-02-2015 02:05 AM
I am created an application using actor framework and trying to build an executable using Application Builder. I just take Launcher as a startup vi for creating executable.
But after run the executable file the launcher imidiately closed. Nothing will happen after that.
Can anyone please help me on that matter.
06-02-2015 02:38 AM
You should post your code, with this description it is hard to find the solution.
You can also try use Actor Framework template to see how there is created executable file and how launcher is implemented.
06-02-2015 03:42 AM
I am attatched the entire project
06-02-2015 04:06 AM - edited 06-02-2015 04:08 AM
When you are building a exe, you can't use the "Open Actor Core front panel?" input of the Launch Root Actor.vi
That option is disabled in exe files, you need to use a "open front panel" Invoke node in the Actor core.vi that you what to show.
And there are a more detailed explanation on the Actor Framework community site:
03-05-2019 05:25 AM
It is you that solve my problems. thank you very much!!!
03-17-2023 10:18 PM
thank you very much ,you reply solve my problam.