12-26-2007 04:44 PM
12-26-2007
04:54 PM
- last edited on
01-29-2026
04:55 PM
by
Content Cleaner
Hi!
In the other computer, I suppose you don't have LabView installed. In this case, you need Application Builder (see here).
What LabView bundle do you have,the basic, full, developer suite....? In Basic LV 7.1 Application builder is not included.
Hope this helps! Have a nice day!
graziano
01-28-2008 09:37 AM
01-28-2008 09:42 AM
01-28-2008 12:50 PM
01-28-2008 12:58 PM
01-28-2008 01:25 PM
01-28-2008 01:36 PM
01-28-2008 02:17 PM
This is what i did:
Tools>>Build Application or Shared Library (DLL)
>Target tab:
-Build target: Application(Exe)
-Target file name: Calculator.exe
-Destination dir: C:\myApp
-Support file dir: C:\myApp\data
>Source files tab:
-Add Top-Level vi: Main.vi
-Source file path: H:\projects\Main.vi
>Installer Settings tab:
-checkmark create installer
Save As: C:\myApp\Calculator.bld
Build
01-28-2008 04:08 PM