Specifications
Intel
®
Image Processing Library Reference Manual
3-8
3
Discussion
You can use these predefined functions as error handlers to redirect error
reporting in your application to a different output destination.
The
iplNulDevReport() function directs error reporting to the NULL
device, that is, outputs no error messages.
The
iplStdErrReport() function is used in programs running in the
console mode, it outputs error messages to the console.
For applications running in Windows mode use
iplGuiBoxReport()
function that outputs error messages to the message box.
The default for dynamic libraries is
iplGuiBoxReport().
To change the error output stream call
iplRedirectError() using the
pointer to one of the predefined error handling functions as the argument.
If you need to define your own error handler, see Adding Your Own Error
Handler below.