home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / misc / vcb10a.lha / README < prev    next >
Text File  |  1992-10-28  |  2KB  |  61 lines

  1. Short: BOOPSI class provides scrollable display box
  2.  
  3. Implementation of the Virtual Coordinate Box (VCB) BOOPSI class
  4.  
  5. VERSION
  6.     1.0a beta
  7.  
  8. DISTRIBUTION
  9.     This distribution includes the following files
  10.         vcb.h                the public header file (needed by client programs)
  11.         vcb_private.h        private header file (not needed by client programs)
  12.         vcbclass.c            the VCB class module
  13.         vcx.h                public header file of VCX class (still undocumented)
  14.         vcx_private.h        private header file
  15.         vcxclass.c            the VCX class module
  16.         vcxtest.c            source of test example for VCX class
  17.         vcxtest                test example for VCX class (small memory model)
  18.         vcxltest            test example for VCX class (large memory model)
  19.         vcbtest.c            source of test example for VCB class
  20.         vcbtest                test example for VCB class (small memory model)
  21.         vcbltest            test example for VCB class (large memory model)
  22.         vcb.lib                the scanned library for Manx/Aztec small memory model
  23.         vcbl.lib            the scanned library for Manx/Aztec large memory model
  24.         setuphook.c            support function
  25.         hookentrygeta4.asm    support function for Manx/Aztec small memory model
  26.         makefile            makefile (for pd-make)
  27.         vcb.doc                the main documentation
  28.         vcb.n                nro source of documentation (needs macros)
  29.         vcx.doc                the documentation for the stand-alone use of VCX
  30.         vcx.n                nro source of VCX documentation (needs macros)
  31.         BUGS                discussion of weirdnesses
  32.         HISTORY                what happened so far
  33.         README                this file
  34.         README.lib            some comments on the scanned library
  35.  
  36. COPYRIGHT
  37.     The material published in this distribution is Freeware.
  38.     Copyright ⌐ 1992 remains at the author, Stefan Reisner.
  39.     
  40.     It may only be passed on unmodified and in its present
  41.     composition. In particular, this copyright notice must be
  42.     included and must be intact.
  43.  
  44.     The Manx library included and other object modules/libraries
  45.     that you may want to create from the sources included in this
  46.     package may be used freely in other software projects.
  47.  
  48.     However, when used in a commercial software package, a statement
  49.     of this copyright must be made visible for the user in
  50.     the program and/or in the printed documentation.
  51.  
  52. THANKS
  53.     to you who helped me with finding the bugs in version 1.0 beta
  54.     that are fixed now. You showed me that there is a demand.
  55.     I'm confident now that VCB can make its way to become a public
  56.     BOOPSI class!
  57.  
  58. CONTACT
  59.     Stefan Reisner, Aachener Stra▀e 399, 5000 K÷ln 41, Germany.
  60.     Internet : sr@ph-cip.uni-koeln.de
  61.