Installing Your Error Reporter

To install your error reporter:

1 Include the error function header file vv_errf.h in your main program.
2 Provide an extern declaration for the error-handling function in your main program. For example, if the error reporter is err_reporter():
EXTERN void err_reporter();
3 Place the following code right after vv_init():
se_errfp(err_reporter);


Home Contents Previous Next