home *** CD-ROM | disk | FTP | other *** search
/ WordPerfect for Linux Bible / WP4LinuxBible.iso / sdk / wpx / code / wt / readme < prev    next >
Encoding:
Text File  |  1999-06-25  |  751 b   |  37 lines

  1. The code in this directory is intended to be shipped with the UNIX Software
  2. Developer's Kit (SDK).  It implements a sample Writing Tool Client and a
  3. sample Writing Tool Server.  The Writing Tool Client is a simple text editor.
  4. The Writing Tool Server is a simple Pig Latin translator.
  5.  
  6. NOTE:    For simplicity, the sample client expects the wtapi.rc file to be
  7.         in the current directory.
  8.  
  9. The following files should be included on the CDROM shipped in the SDK 
  10. directory:
  11.  
  12.     wt/    
  13.         readme
  14.         makefile
  15.         wtdef.h
  16.         wtapi.h
  17.         wtcomm.h
  18.         wtapi.c
  19.         wtcomm.c
  20.         client/
  21.             makefile
  22.             wtapi.rc
  23.             wtclient.h
  24.             wtclient.xbm
  25.             wtclfile.c
  26.             wtclient.c
  27.             wtcltmsg.c
  28.             wtcltool.c
  29.         server/
  30.             makefile
  31.             wtserver.h
  32.             wtserver.xbm
  33.             wtserver.c
  34.             wtsrvmsg.c
  35.  
  36.  
  37.