contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
I/O Exception Object  
Functions       Platforms  

This external function library allows you to create and manipulate an "io-exception" opaque object. You must include this library in your programs if you use any of the "exceptions-to" optional arguments in the functions that are part of the Japanese file I/O or UTF-16 external function libraries.

To use these functions, you must include the following code near the beginning of your program:

  ; name and location of the library file
  declare function-library "omioe"

  ; Exception Object function and constant declarations
  include "omioe.xin"

The OmniMark Encoded File I/O library (omefio) depends on the OmniMark I/O Exception Object library (omioe). This means that omioe must be included in the program before omefio, as shown:

  declare function-library "omioe"
  include "omioe.xin"

  declare function-library "omefio"
  include "omefio.xin"

Functions
   get-exception-status
   io-exception-text
   new-io-exception
   set-voluntary-end-exception
 
Platforms
   HP/UX
   Solaris
   Win 95
   Win NT
 
----  

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:27 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.