01-09-2017 05:10 AM
Hello.
I would like to know if there is any possibility to get block diagram from .EXE created with application builder.
Thanks a lot!
01-09-2017 05:45 AM - edited 01-09-2017 05:45 AM
Hi A.,
using default settings the block diagram will be removed when the exe is built, so the answer is NO.
(When enabling debugging etc. the block diagram will be kept in the executable. You might be able to open the exe and get access to the included VIs.)
01-09-2017 05:50 AM
Hi. Thanks for replying.
So if I want that anybody can not acces to block diagram in executable I have to disable debugging when I create the executable and that is all??
Disable "enable debugging" on image above right?
Thanks again.
01-09-2017 05:52 AM
01-10-2017 04:27 AM
And that can be do in application builder when I am building the executable right?
Thanks a lot again
01-10-2017 04:39 AM
Hi A.,
what is "that"?
To remove the BD from a VI you can save a copy of the VI using the AppBuilder to generate a source distribution: here you can select to remove the BD while saving…
(Keep in mind: once the BD is removed it IS REMOVED and the VI ins't editable anymore. Always keep the original VI in a safe place!)