02-27-2008 10:04 PM
02-28-2008 02:28 AM
For the LaunchExternal function -3 as a return code means "File not found".
So, probably you have mistyped the file path or the file (the executable) does not exist where you expect it to be.
Hope this helps.
02-28-2008 03:24 AM
It seems as though the difference between the two PCs' behaviour is because one CVI program is running in Release mode (where non-fatal library errors are ignored) and the other is in Debug (where such error cause a break).
JR