home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / viewer / X!-SV569.LHA / SuperViewEL / SuperViewLibrary / PackerSupport / Unpack.doc < prev   
Encoding:
Text File  |  1996-11-21  |  3.6 KB  |  116 lines

  1.  
  2.   Unpack.svobject
  3.  
  4.   © 1994-96 by Andreas R. Kleinert.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 4.2
  9.   Release Date : 27.08.1996
  10.  
  11.  
  12.   Disclaimer
  13.   ~~~~~~~~~~
  14.   The author takes no responsibility for any results of the use of this
  15.   program.
  16.   This software is provided "AS IS" and there is no warranty of any kind,
  17.   so that you use this software at your own risk.
  18.  
  19.   Foreign Copyrights and Credits
  20.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  21.   The "powerpacker.library" V33+ is (C)opyright by Nico François.
  22.   The Library is FREEWARE and is needed by Unpack.svobject, to be able
  23.   to read and decode PP20-packed files.
  24.  
  25.   The "xpkmaster.library" V2+ is (C)opyright by its authors
  26.   (c/o Urban Dominik Müller).
  27.   The Library is freely distributable and is needed by Unpack.svobject,
  28.   to read and decode XPK-packed files.
  29.  
  30.   Some of the mentioned names or products in this document may be
  31.   copyrighted by companies or trademarks of companies.
  32.  
  33.   Requirements
  34.   ~~~~~~~~~~~~
  35.   - superview.library and superviewsupport.library (see there)
  36.   - "xpkmaster.library" V2+ and/or "powerpacker.library" V33+
  37.  
  38.   Description
  39.   ~~~~~~~~~~~
  40.   Unpack.svobject is an external Library-Module for the superview.library.
  41.  
  42.   I supports reading of XPK- or PowerPacked files and will re-parse
  43.   these through superview.library by creating an temporary, unpacked
  44.   file at the location "VMEM:" and then retries the specific
  45.   operation on the file.
  46.  
  47.   So this is just a Dummy-SVObject which does for you the work of
  48.   unpacking graphics files before displaying them.
  49.  
  50.   Writing (packing) of files is not possible (yet).
  51.  
  52.   Remarks
  53.   ~~~~~~~
  54.   * VMEM:
  55.   * Temporary data will be written to a directory assigned to "VMEM:".
  56.  
  57.   * Compatibility:
  58.   * This SVObject is just thought to make your life easier, if you've
  59.     to handle many packed files, which you don't want to unpack each time
  60.     you want to display them.
  61.     Nevertheless it is recommended instead to work with unpacked files,
  62.     wherever possible.
  63.     If you wish to pack files with PP20 or XPK, please use SuperView's
  64.     own SVG file fomrat for this instead.
  65.  
  66.   History
  67.   ~~~~~~~
  68.   V4.2 (27.08.1996) :
  69.  
  70.    - now has new disk read/write flags set
  71.    - V4.1 did contain wrong docs (V3.6)
  72.  
  73.   V4.1 (06.08.1996) :
  74.  
  75.    - now uses/requires semaphore system of superview.library V14+
  76.    - now correcly handles SVOCheckFile
  77.  
  78.   V3.5 (28.6.1996) :
  79.  
  80.    - recompiled
  81.    - updated docs
  82.    - changed internal stuff
  83.  
  84.   V3.4 (21.12.1995) :
  85.  
  86.    - added REV. 2 of new, rock-solid startup code
  87.  
  88.   V3.3 (10.12.1995) :
  89.  
  90.    - added new, rock-solid startup code
  91.    - no longer causes crashes
  92.    - now opens "xpkmaster.library" just when needed and not when
  93.      initializing module. This should have two effects:
  94.        - if you want to save packed data, but there's no library,
  95.          it will be saved unpacked instead
  96.        - initialization time should be much shorter, so that possibly
  97.          the crashes occuring on 060 systems should no longer occur
  98.          (hopefully)
  99.        - the xpk-libraries may be flushed from memory completely,
  100.          when no longer actually being needed and used
  101.        - opening the svobject does no longer depend on the presence
  102.          of xpk- and or powerpacker-library (so unpacked files may as
  103.          well be read/written on systems without these)
  104.  
  105.   V3.2 (29.10.1995) :
  106.  
  107.    - recompiled with SAS/C V6.56
  108.  
  109.   V3.1 (07.10.1995) :
  110.  
  111.    - updated to V3 specs
  112.  
  113. ****************************************************************************
  114. * Revison history entries before V3.1 have been deleted for space reasons  *
  115. ****************************************************************************
  116.