home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 454.lha / Din_v1.0 / din.ReadMe < prev    next >
Text File  |  1990-12-06  |  3KB  |  84 lines

  1. ==============================================================================
  2.  
  3.         Data INterface                  V1.0
  4.         © J.Tyberghein                  Sat Nov 10 14:12:29 1990
  5.  
  6. ==============================================================================
  7.  
  8.  
  9.  
  10. Preface
  11. -------
  12.  
  13.   The idea for this library came from Windows 3.0 and Mac System 7.0.
  14.   These two operating systems have the capability to share data
  15.   between two or more programs. I don't know how they implemented
  16.   this feature, so I suspect my implementation will be quite different.
  17.  
  18.   With this library you can create an object and let other programs
  19.   link to this object. For example, you could write an editor that
  20.   has the capability to store text in a DinObject. A DTP program
  21.   supporting the din.library can then show this text in a DTP
  22.   specific way. When you change the text in the editor, the text
  23.   will automatically be adjusted in the DTP program.
  24.  
  25.   You can also link graphical objects. For example, a brush in
  26.   a drawing program can be an object used by the DTP program.
  27.   When you change the brush, it will also change in the DTP program.
  28.  
  29.   din.library if FREEWARE. You can copy it freely as long as you
  30.   don't ask any more money for it than a nominal fee for copying.
  31.  
  32.   The complete package contains following files:
  33.  
  34.      include (dir)
  35.           proto (dir)
  36.                  din.h
  37.           clib (dir)
  38.                  din_protos.h
  39.           libraries (dir)
  40.                  din.h
  41.                  din.i
  42.                  din_lib.i
  43.      doc (dir)
  44.             Din.doc
  45.      fd (dir)
  46.             din_lib.fd
  47.      libs (dir)
  48.             din.library
  49.        din.ReadMe
  50.        DinDemo
  51.        DinDemo.c
  52.        latticeglue.asm
  53.        dinSCglue.o
  54.        dinLCglue.o
  55.  
  56.   All of these files (except DinDemo.c and DinDemo) must remain
  57.   unmodified and are copyrighted by the author (me :-). None of
  58.   these files may be distributed on its own, the entire package
  59.   must be distributed as one whole.
  60.   You can use DinDemo.c for everything you like, it's completely
  61.   public domain.
  62.  
  63.   There is one exception to the above. If your program is freely
  64.   distributable and uses din.library you have permission to
  65.   include the library with your distribution.
  66.  
  67.   You must have permission from the author to include din.library
  68.   with commercial distributions.
  69.  
  70.  
  71.  
  72.   If you have any suggestions or remarks you can write to (Bug reports
  73.   are welcome too)
  74.  
  75.                             Jorrit  Tyberghein
  76.                              Hepmansbossen 31
  77.                            2450 Meerhout BELGIUM
  78.  
  79.  
  80. WARNING
  81. -------
  82.  
  83.   If you want to use this library you must have AmigaDOS 2.0 (or later :-).
  84.