01-21-2011 03:35 AM
I am having trouble with embedding exe (which is written in C) while building Labview EXE. I have a VI that calls external EXE using System Exec.vi function. When I build the application from Labview, it neither includes external EXE nor can access it even if I place it to the same location where Labview EXE is. How can Labview EXE call an external EXE?
01-21-2011 03:48 AM
In your LabVIEW VI is the given path for the executable in System Exec. vi is absolute or relative ?
01-21-2011 05:49 AM
I am using absolute path which is created dynamically by using VI Path.vi.
01-21-2011 05:56 AM
01-21-2011 09:24 AM