hi !
In a subroutine, i need to display if an error occured.
I choose to do it with using stderr:
fprintf(stderr,"Can't read %s\n",file);
But, when i run the program, CVI open a new window in which it write the error (if it occur).
I jsut want to display all error to a text box in my control CVI-interface, and so i wonder if it is possible to redirect stderr to a specific text box, or if there is a function which display the error
(sorry for the bad english)