06-14-2010 09:11 AM
Hello,
I am trying to develop an application which uses a .wav file. I want to package this file along with the vi into an executable so that the end user has just one file to run. Is it possible to add the .wav file to the executable using Application Builder? Also, for this, can we setup the path of the .wav file in the vi to always search for the file in the installation folder (eg: C:\Program Files\E2C\MSK or whichever folder the user intalls the executable in) ?
Thanks,
Anvy
Solved! Go to Solution.
06-14-2010 09:35 AM
Anvy,
it is not possible to compile a wav-file into an executable using LabVIEW. You can include the wav-file in the project and include it as "always included" in your build script which will copy the wav-file into the data folder from your executable. So it is quite easy to distribute the wav-file with your exe even though the wav is not in the exe.
hope this helps,
Norbert
06-14-2010 09:53 AM