LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

*I need to create an application that would programatically mass compile folders in run time enviroment!

I have created a VI that would mass compile an folder, but when I generate an application from this Vi, the application will not run unless LabVIEW is running too.

This seems to be a limitation to LabVIEW that we can not mass compile a folder outside of LabVIEW in a run time environment.

Error: "Open Application Reference" # 63.

 

Does anybody had a situation like this an is there a solution to this?

 

Thanks

Adi

 

 

Attached is the VI and application.

 

 

0 Kudos
Message 1 of 2
(2,460 Views)
You can't mass-compile in the run-time environment by itself. Mass-compilation is a design-time environment operation and you therefore need  LabVIEW running. In your VI you need to open an application reference to LabVIEW and launch it. See this post for the same question.
0 Kudos
Message 2 of 2
(2,440 Views)