LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to build exe files

Hi all!
Im using labview 5.1, and i need to build the exe file of a VI.
How can i do e where can i find the software to do this?
Thanks all
Saint


* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!
0 Kudos
Message 1 of 6
(4,072 Views)
It's already built into LabVIEW. Just go to Project -> Build
Application...

From there it's pretty easy. Take out the included file (serpdll) if
you don't use Serial Port communications. Add your Top Level VI, then
all your subVI's. You can even use a custom icon (3rd party software
needed to create them). 5.1 even lets you create an installer.

Keep in mind that you need either LabVIEW or the Hi-Q engine on the PC
to run the .exe files for LV 5.1, which sucks. Fortunately, the Hi-Q
disks can be made easily (at the end of the Build App proccess), and
they fit onto 2 1.44MB disks. (copy the data2.cab file to one disk, all
the other files to another).

Rick
0 Kudos
Message 2 of 6
(4,071 Views)
A couple clarifications here,

First, the Application Builder is included only in the Professional version
of LV.
The Full Development System and Base Package systems require the additional
purchase of Application Builder, which is $995.

Also, full LabVIEW does not need to be installed on the target machine.
Only
the run-time library (lvrt.dll) is required to run .exe's created with the
App Developer.
LV 5.1 allows you to have a smaller .exe and install the run-time
separately.

Alan


Rick Nelson wrote in message
news:385105B0.93CAA504@csciences.com...
> It's already built into LabVIEW. Just go to Project -> Build
> Application...
>
> From there it's pretty easy. Take out the included file (serpdll) if
> you don't use Serial Port commu
nications. Add your Top Level VI, then
> all your subVI's. You can even use a custom icon (3rd party software
> needed to create them). 5.1 even lets you create an installer.
>
> Keep in mind that you need either LabVIEW or the Hi-Q engine on the PC
> to run the .exe files for LV 5.1, which sucks. Fortunately, the Hi-Q
> disks can be made easily (at the end of the Build App proccess), and
> they fit onto 2 1.44MB disks. (copy the data2.cab file to one disk, all
> the other files to another).
>
> Rick
0 Kudos
Message 3 of 6
(4,071 Views)
You only need one .dll file to run LV .exe's on a remote machine!?

Wow. I've been installing the whole run-time engine.

Rick
0 Kudos
Message 4 of 6
(4,071 Views)
That's right. I've been delivering an .exe product to clients and using a
third party product to allow me
to install just the LVRT.dll in the system directory in Win95/98 or the
system32 directory in
WinNT. Not a hitch. You have to add the Active X dll's if you want to use
Active X controls
in your .exe, however. (ole_container.dll and ax-events.dll)
By installing this way, I don't need the extra baggage of the NI Run Time
library installation
which I think spans 3 disks by itself.

Alan


Rick Nelson wrote in message
news:385171A0.7822770B@csciences.com...
> You only need one .dll file to run LV .exe's on a remote machine!?
>
> Wow. I've been installing the whole run-time engine.
>
> Rick
0 Kudos
Message 5 of 6
(4,070 Views)
Thanx!!!!!!!!!!!!!!!!!!!


Alan Brause wrote in message ...
That's right. I've been delivering an .exe product to clients and using a
third party product to allow me
to install just the LVRT.dll in the system directory in Win95/98 or the
system32 directory in
WinNT. Not a hitch. You have to add the Active X dll's if you want to use
Active X controls
in your .exe, however. (ole_container.dll and ax-events.dll)
By installing this way, I don't need the extra baggage of the NI Run Time
library installation
which I think spans 3 disks by itself.

Alan


Rick Nelson wrote in message
news:385171A0.7822770B@csciences.com...
> You only need one .dll file to run LV .exe's on a remote machine!?
>
> Wow. I've been in
stalling the whole run-time engine.
>
> Rick
0 Kudos
Message 6 of 6
(4,070 Views)