home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_2.iso / files / 743a.lha / VCB&VCX_v1.2゚ / README next >
Text File  |  1993-01-14  |  2KB  |  58 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.2 beta
  7.  
  8. DISTRIBUTION
  9.     This distribution includes the following files
  10.         vcb.h                the public header file of VCB class
  11.         vcb_private.h        private header file
  12.         vcbclass.c            the VCB class module
  13.         vcx.h                public header file of VCX class
  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.lnk            with-file for slink
  18.         vcxtest                test example for VCX class
  19.         vcbtest.c            source of test example for VCB class
  20.         vcbtest.lnk            with-file for slink
  21.         vcbtest                test example for VCB class
  22.         vcb.lib                the scanned library containing initVCBClass() & freeVCBClass()
  23.         setuphook.c            support function
  24.         vcb.doc                the main documentation
  25.         vcb.n                nro source of documentation (needs macros)
  26.         vcx.doc                the documentation for the stand-alone use of VCX
  27.         vcx.n                nro source of VCX documentation (needs macros)
  28.         smakefile            makefile for smake
  29.         SCOPTIONS            scopts data base
  30.         HISTORY                what happened so far
  31.         README                this file
  32.  
  33. COPYRIGHT
  34.     The material published in this distribution is Freeware.
  35.     Copyright © 1992 remains at the author, Stefan Reisner.
  36.     
  37.     It may only be passed on unmodified and in its present
  38.     composition. In particular, this copyright notice must be
  39.     included and must be intact.
  40.  
  41.     The Manx library included and other object modules/libraries
  42.     that you may want to create from the sources included in this
  43.     package may be used freely in other software projects.
  44.  
  45.     However, when used in a commercial software package, a statement
  46.     of this copyright must be made visible for the user in
  47.     the program and/or in the printed documentation.
  48.  
  49. THANKS
  50.     to you who helped me with finding the bugs in version 1.0 beta
  51.     that are fixed now. You showed me that there is a demand.
  52.     I'm confident now that VCB can make its way to become a public
  53.     BOOPSI class!
  54.  
  55. CONTACT
  56.     Stefan Reisner, Aachener Straße 399, 5000 Köln 41, Germany.
  57.     Internet : sr@ph-cip.uni-koeln.de
  58.