- Most of the error codes are large negative numbers, less than -32768, and Visual Studio is not able to show their symbolic value when User places the mouse pointer over a RECERR variable. The function watch_recerr can be used for displaying this symbolic value in a Watch window.
- When loading PDF files OmniPage CSDK periodically throws a
PDF_PROGRESS
C++ Exception. Unwanted debugger breaks can be avoided by switching this exception off inside the debugger's exception handlig. For example in Visual Studio the following steps are required:
- In Debug->Exceptions... menu there is an Exceptions dialog box.
- Click Add... button.
- Select type C++ Exceptions.
- Enter the name
PDF_PROGRESS
.
- Click OK.
- Under C++ Exceptions -
PDF_PROGRESS
leave the Thrown checkbox unchecked.