home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / maestro / source / quotemkr / readme < prev    next >
Encoding:
Text File  |  1993-06-15  |  1.3 KB  |  37 lines

  1.  
  2.  
  3.     QuoteMaker is a text annotation program  for  use  with  the
  4.     MAEstro   Multimedia   Authoring  Environment  developed  at
  5.     Stanford's Libraries & Information Resources (L&IR).
  6.     
  7.     QuoteMaker is not a text editor, it is a text annotation ap-
  8.     plication.   The  application allows the author to delineate
  9.     selections of text, attach a label to  them,  and  redisplay
  10.     them.  These text segments can provide commentary for video,
  11.     VCR, CD, or sound segments.
  12.  
  13.     Note: selectionUtils.c contains three procedures  which  are
  14.     used  to  highlight  text in an XView text subwindow object,
  15.     and one procedure which is used to get the endpoints of  the
  16.     highlighted text in a text subwindow.
  17.  
  18.     Text selection procedures do not work when compiled  by  the
  19.     command gcc -traditional.  The current text selection cannot
  20.     be obtained, and a section of text cannot be highlighted.
  21.  
  22.     To work around this  problem,  we  compile  selectionUtils.c
  23.     with  Sun  cc; the other QuoteMaker source compiled with GNU
  24.     C.
  25.  
  26.     Refer to the Makefile for details  on  how  the  change  was
  27.     made.
  28.  
  29.             --      Derek Lai and George Drapeau
  30.     
  31.                     maestro@sioux.stanford.edu
  32.                     Libraries and Information Resources (L&IR)
  33.                     Stanford  University
  34.  
  35.             September 23, 1991
  36.  
  37.