I have done an application with a main VI (what I launch to use my application) and 16 libraries. Is it possible to convert my labview application into a .exe ? I use Labview 7.0.
This is possible, if you have the Application Builder included in your LV.
Using LV8.0 -------------------------------------------------------------------- Don't be afraid to rate a good answer... 😉 --------------------------------------------------------------------
Close Labview to clear all vi's from memory.
Reopen Labview and chose new vi.
Under tools find application builder
NAme Target and loacation
Load source files
Add support files(if any)
Check VI settings
Application settings
Installer settings
Hopefully you should have a functional application
save bld file so if you have to moduify code in 'sub vi's
then it is not necessary to reload full project. (vi locations etc)