DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
ETI forms

Compiling and linking form programs

To use the form routines, you specify

   #include <form.h>
in your C program files and compile and link with the command line
   cc [ flags ]  files -lform -locurses [ libraries ]
If you want to use the menu or panel routines as well, place the appropriate -l option before the option -locurses.
Next topic: Overview: writing form programs in ETI
Previous topic: Sample form display

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004