07-31-2013 01:17 PM
when i double click on an exe, a dialog will appear to ask me to find a directory. The title bar says "Please Find Err Called Vis Directory Last@" I guess it means I need to find the Last@ directory that contains VIs which are called by another VI called Err? I don't have a directory with a @ in its name. Any thoughts on that?
07-31-2013 02:58 PM - edited 07-31-2013 02:59 PM
Development environment path and executable paths are different. There's one more level to strip off in the exe.
You can get an app-type out of the application reference property node, and along with a case structure figure out how many strip-paths to pop in there.
And since I have it open/readily available:
07-31-2013 04:15 PM - edited 08-02-2013 11:12 AM
That error message looks like gibberish, possibly from a malformed argument. Certainly, the path gynmastics mentioned by snowmule could be one explanation.
Is this your exe? Do you have the source code? Do you get any errors when running in the development system?
08-02-2013 11:11 AM
The path is correct. I was just curious about the gibberish. I deployed it on the real system, and the error disappear.