08-04-2022 10:56 PM
Why can't my program run after it is generated into APP? Error code: 7, the file path I have determined is correct.
08-05-2022 02:23 AM
And what would that correctly determined path be in your case? We can't debug pictures so you either have to attach your entire project (as ZIP file) or write at least a few dozen pages of prosa describing what you did if you feel your project files are to secret to post. 😀
08-05-2022 04:25 AM - edited 08-05-2022 04:26 AM
This is the VI.
Here is my specific configuration.
08-05-2022 05:00 AM
I don't think that VI is supported in run-time engine!
08-05-2022 05:10 AM
Do you mean that this VI does not support running as an application?
I didn't find any specific details about VI.
08-05-2022 05:21 AM
@LucianM wrote:
I don't think that VI is supported in run-time engine!
Usually it says in the help dialogue if VI is not supported in runtime, but this one doesn't say anything.
08-05-2022 05:21 AM
It is specified only for Build.vi but I think none of the VIs from Application Builder palette can be called in run-time engine. It makes sense since build operations are specific to IDE.
08-05-2022 08:52 AM
The vi uses scripting methods to manipulate project properties. No, it can't run in the RTE since scripting is not supported.