home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / Basic / Blitz / Pupit.lha / PUPit / PUPit.readme < prev    next >
Encoding:
Text File  |  1998-10-23  |  1.8 KB  |  54 lines

  1.  
  2.     P U P i t - PowerUnPack it!
  3.  
  4.     PowerPacker.library for use by Blitz Basic 2
  5.     --------------------------------------------
  6.  
  7.     At last! 
  8.  
  9.     You can now read PowerPacked files from Blitz,using this library 
  10.     (it's just powerpacker.library's .FD file converted by FDConvert) !
  11.  
  12.     Installation
  13.     ------------
  14.  
  15.     Obviously,you'll need the proper powerpacker.library installed
  16.     on your system.Most people will already have it,but if not,get
  17.     it from Aminet - (util/libs/pplib16.lha) - or you'll find it on many
  18.     coverdisks/CDs.There's also an '020 enhanced version available,
  19.     but I've forgotten the archive name (it uses exactly the same library
  20.     calls,though).
  21.  
  22.     Anyway,copy the supplied powerpacker.library1 into your 
  23.     Blitzlibs:amigalibs/ drawer,and remake your deflibs file.
  24.     
  25.     * * * * * * * * W A R N I N G * * * * * * * * * * * * * * * 
  26.      ALWAYS make a backup copy of Deflibs before remaking it!
  27.     * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  28.  
  29.     If you don't know how to remake Deflibs,just load the file
  30.     Blitzlibs:makedeflibs.bb2 and "Compile & Run" it.
  31.  
  32.     That should be it...
  33.  
  34.     Usage
  35.     -----
  36.     
  37.     At the moment,I've just set up one PowerPacker command (ppLoadData_)
  38.     as a function - Pup {infile$,outfile$} ,but if you know what you're doing,
  39.     you'll be able to use the other commands available,listed in powerpacker's
  40.     autodocs (part of the pplib16.lha archive).
  41.  
  42.     The use of the function is detailed in PUP.bb2 (or PUP.asc if it
  43.     won't tokenise for you).
  44.  
  45.     Credits
  46.     -------
  47.     
  48.     This archive was created by James L Boyd.
  49.  
  50.     Thanks to David McMinn for the clue as to what I was doing wrong!
  51.  
  52.     I'll also thank Nico Franτois for powerpacker.library,even though he's
  53.     probably no longer an Amiga user ;)
  54.