08-09-2005 09:22 PM
08-09-2005 09:42 PM
08-10-2005 07:05 AM
To build applications in LabVIEW you will need either the Professional Development version, which includes the Application Builder, or you will need to purchase the labVIEW add-on toolkit version of the Application Builder. With that you can create "*.exe" versions of your program which may be distributed. For them to run you will need the LabVIEW runtime engine, which the application builder will include in the distribution files (if directed to), which may be freely distributed. It (the runtime) is a fairly large program (10Mb+ ?) and this fact is frequently pointed out by my Visual Basic/Visual C++ friends, but I then point out that their code also requires a runtime, it just comes preinstalled in the bloated Windows installation.
Mike is correct (as he frequently is) about stripping the paths differently between built applications and development versions.
How did you discover this if you weren't aware of application builder?
P.M.
