I'm trying to execute a LabVIEW executable application from a simple C program, but I keep getting the error message "unable to open resource files". The Labview application runs fine if I just execute it from the command line, but from a C-program it doesn't. I've tried the execl() function, and I've also tried to open the labview runtime dynamic libraries in the C program using uselib(), but without success. Does anyone have any ideas on this? I'm running Linux kernel 2.4. Thanks in advance!
