DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Developing applications using XTI or TLI

Compiling and linking with XTI

To compile and link a program that uses XTI, do the following:

  1. Include the xti.h header file at the beginning of your source files. The syntax of the include preprocessor directive to use is
       #include <xti.h>
    

  2. Specify the xti library as one of the libraries to be searched for unresolved references when the cc(CP) command is invoked. The syntax of the cc command to use is

    cc option file -lxti


Next topic: XTI and TLI
Previous topic: Event management

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003