02-12-2013 11:23 AM
Hello,
I am developing an app in LabVIEW 8.6 and sometimes I received the above msg when I launch my app.VI.
Thanks.
02-12-2013 11:39 AM
What exactly does the message say?
Your subject line only gives a filename and path.
02-12-2013 02:41 PM
This is the error msg I saw...
02-12-2013 02:50 PM
Perhaps you have specified the full path to kernel32.dll in the CLFN which is not correct. You should only put kernel32.dll in the library name and let the OS find it.
02-12-2013 02:54 PM
I was using "cmd /C abc.exe" to call another application. Could that be an issue?
/Kawsy