home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / PROGRAM / DIVERSEN / PCXK53 / READ.ME < prev    next >
Text File  |  1995-01-17  |  4KB  |  102 lines

  1. ===========================================================================
  2.  
  3.                                 PCX KIT 5.3
  4.                              by Peter Donnelly
  5.                              
  6.                          76217.2177@compuserve.com
  7.  
  8. ---------------------------------------------------------------------------
  9.  
  10. CONTENTS OF READ.ME
  11. -------------------
  12.  
  13.   List of Files
  14.   How and why to register 
  15.   Disclaimer
  16.  
  17.  
  18. LIST OF FILES
  19. -------------
  20.  
  21.    clip.exe        Program to clip BGI images from a 16-color PCX file
  22.    clipshow.exe    Program to review BGI images produced with CLIP.EXE 
  23.    pcxkit.txt      User's guide                 
  24.    pcx.cpp         C++ module for displaying PCX files 
  25.    pcx.h           Header file for same
  26.    pcx.pas         Pascal unit for displaying PCX files
  27.    read.me         This file
  28.    show.cpp        Sample C++ program; you must put PCX.CPP and VGAC.OBJ
  29.                    in the project
  30.    showp.pas       Sample Pascal program; other files will be linked
  31.                    automatically
  32.    vga.asm         Assembler module 
  33.    vgap.obj        Same compiled for linking with Pascal
  34.    vgac.obj        Same compiled for linking with C++ (large model)
  35.    
  36. The registered version also includes the following files:
  37.  
  38.    svga.asm         Assembler module
  39.    svgap.obj        Same compiled for linking with Pascal
  40.    svgac.obj        Same compiled for linking with C++ (large model)
  41.    svga256.pas      Include file for PCX.PAS
  42.    svga256.h        Include file for PCX.CPP
  43.    pcxkit?.zip      Latest shareware package for distribution. 
  44.    animal.zip       Public-domain game that uses PutImage
  45.                     
  46. HOW AND WHY TO REGISTER
  47. -----------------------
  48.  
  49.    The Pascal, C++, and assembly language source code files in this package 
  50.    are copyrighted and are being distributed as shareware. Permission is 
  51.    granted for them to be copied freely, provided copies are not sold for 
  52.    more than a reasonable disk-handling fee. If you make use of the code in
  53.    any program you write and distribute, you are expected to pay the
  54.    registration fee.
  55.  
  56.    In return for the registration fee you will receive:
  57.  
  58.    1. A copy of the latest version of the code, including additional 
  59.       routines to display 256-color SVGA files on VESA-compliant video 
  60.       systems.
  61.  
  62.    2. The right to incorporate the code in any program.
  63.  
  64.    3. A guarantee of satisfaction or your money back.
  65.    
  66.    To register, please send $20 U.S. to: 
  67.                                      
  68.         Skookum Software
  69.         1301 Ryan Street
  70.         Victoria BC
  71.         Canada V8T 4Y8
  72.         
  73.    Please make payment by check on a Canadian or U.S. bank, or by bank 
  74.    draft. Sorry, no credit cards. Canadian customers may pay in Canadian 
  75.    funds at the current rate of exchange. Americans, please note that extra
  76.    postage is required on letters to Canada.
  77.         
  78.    You will receive a disk (3-1/2" unless otherwise specified) by airmail. 
  79.    If you prefer, we will send the package electronically to a CompuServe 
  80.    address immediately on receipt of payment.
  81.  
  82.  
  83. DISCLAIMER
  84. ----------
  85.  
  86.    THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER 
  87.    EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
  88.    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE 
  89.    ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PRODUCT IS WITH 
  90.    YOU. SHOULD THE PRODUCT PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL 
  91.    NECESSARY SERVICING, REPAIR OR CORRECTION.
  92.  
  93.    IN NO EVENT WILL PETER DONNELLY OR SKOOKUM SOFTWARE BE LIABLE TO YOU FOR 
  94.    DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL 
  95.    DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PRODUCT 
  96.    (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED 
  97.    INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF 
  98.    THE PRODUCT TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR 
  99.    OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  100.  
  101. =========================================================================== 
  102.