....
> When my function follows the error path, it makes a
> call to another lib which does an exit(11).
> This in turn causes Labviews 6.0.2 (Solaris 8).
> I have the same libs on NT, and Labviews gives a popup
> dialog with an error string.
> Anyone know how to prevent Labviews from exiting???
You might try to install a signal handler. I don't remember the syntax,
but you have to have a C style function pointer, and you call something
like InstallSignalHandler.
You might want to install it, call the faulty function, then set it back
to its initial setting.
Greg McKaskle