04-15-2010 10:11 PM
04-15-2010 10:35 PM
04-15-2010 10:54 PM
You are also using the Current VI Path. You are stripping the path twice, but is that because the picture is actually two directories up, or are you dealing with the extra "directory" for executables?
You are also performing equality operations inside your formula node on calculated numbers. Presumably you are aware of the dangers of doing so with floating point numbers and computers? If not, please be ready to contribute to my retirement fund.
04-15-2010 11:13 PM
04-15-2010 11:16 PM
charles0601 wrote:
Is there a practical way , a solution?
A practical way or solution to what?
Who are you replying to? Where are you still having problems?
Remove the file reading code, and your program won't try to read a file and overwrite the pictuer you have saved as default with nothing. Which answers your question "need build .exe with the picture included". Your picture is already included in the .exe, you just need to make sure you don't overwrite it.
04-15-2010 11:20 PM
04-16-2010 01:27 AM
thank you guys... with your help. Another problem is that how can i make the .exe run on the computer without Labview?
04-16-2010 08:32 AM