04-20-2017 01:49 PM
Hi.
When I compile an executable over the network, it takes about three times longer.
Is there an option to get LV to do the compilation on a local drive before moving the output files on the network target?
I know I can define a local build folder and manually move everything afterwards, but would be nice to have this happen automatically.
Best,
François
04-20-2017 02:20 PM
A simple post build vi would move the build output for you. Try defining one from the Application build property dialog on the pre/post build actions page
04-20-2017 02:44 PM
You can create a VI that automatically does the compiling using the application builder VIs. After that, you can have the VI automatically copy the executable anywhere you want. The application VIs are on the functions palette under Programming>Application Control>Application buider