11-20-2007 07:50 PM
I have a working program that I would like to convert as stand-alone application. I know that I need RTE 7.1 on the target computer only to make it work (I use LabVIEW 7.1 Professional Dev Env).
To build the stand-alone application I used "Build app or shared DLL" in "Tools" pulldown menu to build the app. Selecting "Target" tab, I specified target file name, and support/destination file directories. At "source file" tab, only the top level VI name was present.
Proceeded with "build", the app was built, when I run it, it run shortly and then program closed suddenly.
I am sure I am missing some files. I thought that build app itself will take care of all needed files and incorporate all in the final app executable.
1) What am I not doing? What else I should add in the source file or other tabs that are available.
2) Where should I place the RTE 7.1(in any specific directory relative to the app)?
3) What else I should do in installer setting or vi setting?
4) If I use installer, what else is needed?
5) How about instrument or DAQ drivers? Are they automatically incorporated in the app or I should place it using source file tab functions?
It’s my first time building app, if there is any step by step document it will be nice to follow.
Your comments and support is greatly appreciated (I need to finish the work ASAP).
Regards,
LVLV11-20-2007 09:26 PM
11-21-2007 01:34 AM
11-21-2007 01:36 PM
Thanks for your info.
From your explanation is seems like LabVIEW will include automatically all DLLs, LLBs, drivers, and necessary VIs to run the executable.
It will not incorporate any text or excel files that is used as path list or ini (we can add them using "Add Support File..." selection under "Source Files" tab in Build App )
In item# 2 of your response, what do you mean by "Add-ins"?
Thanks again for your help.
Regards,
LVLV
11-21-2007 01:47 PM
11-21-2007 05:42 PM