07-04-2005 08:12 PM
07-04-2005 08:40 PM
07-04-2005 08:57 PM
07-04-2005 10:09 PM
As was stated elsewhere, you have the option of building the runtime engine into your application when you build it. However, you can also create a "runtime engine application" by simply opening the application builder and doing a build without adding any source code files. The result is a small program (named lvrt.exe) that can run any LabVIEW code--whether or not its built into an executable.
Such an application can be helpful if you are wanting to install several LV-based applications on the same computer in that it reduces the amount of redundant code on disk. All you have to do is make sure that Windows on the target computer associates the llb and vi file extensions with the runtime engine program.
It can also be helpful during testing to run test code that isn't built into an executable.
07-05-2005 08:01 AM
Thank you all~
But the thing is I did include the run-time engine by checking the option in "advanced installer settings". Even with a simplest program, I still have the trouble. 😞
07-05-2005 08:13 AM
07-05-2005 08:19 AM
07-05-2005 08:26 AM
07-05-2005 08:34 AM
07-05-2005 09:25 AM
Maybe I didnot say it clearly, I DO HAVE labview run-time engine installed. 100% positive.
What I am gonna do now is trying to force Labview to be installed on the target computer ....