home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / diveex.zip / readme.1st < prev    next >
Text File  |  1994-05-25  |  3KB  |  83 lines

  1. SHOW.ZIP is an exectuable and source code which shows you how to
  2. use DIVE (Direct Interface to Video Extensions) to directly
  3. access the video display. It is useful for games and other apps
  4. which need SPEED!  You actually write directly to video memory.
  5.  
  6. It contains the following items:
  7.  
  8. L        CMD  sample linker file
  9. DIRECT   H    fucntion prototypes
  10. SHOW     EXE  program to display a bitmap
  11. SHOW     C    source code for DIVE interface
  12. SMVDD    SYS  Device driver to map addresses
  13. CHICK    BMP  Bitmap
  14. DIRECT   C    More DIVE code
  15. C        CMD  Compiler batch file.
  16.  
  17.  
  18.  
  19.  
  20.  
  21.                License Agreement for SHOW.ZIP
  22.  
  23.  
  24.  
  25. IF YOU DOWNLOAD OR USE THIS PROGRAM YOU AGREE TO THESE TERMS.
  26.  
  27. The author of this package does not transfer
  28. title to the Program to you.  You obtain no rights other that those
  29. granted you under this license.
  30.  
  31. Under this license, you may:
  32.  
  33. 1.  use the Program on one or more machines at a time;
  34. 2.  make copies of the Program for use or backup purposes within your
  35.     Enterprise; and
  36. 3.  modify the Program and merge it into your own Programming Product; and
  37. 4.  sublicense, rent or lease the Program only as part of your Programming
  38.     Product.
  39.  
  40. You may NOT:
  41. 1.  Assign the Program; and
  42. 2.  reverse assemble, reverse compile, or otherwise translate the object
  43.     code of the Program.
  44.  
  45. We do not warrant that the Program is free from claims by a third party of
  46. copyright, patent, trademark, trade secret, or any other intellectual
  47. property infringement.
  48.  
  49. Under no circumstances are we liable for any of the following:
  50.  
  51. 1.  third-party claims against you for losses or damages;
  52. 2.  loss of, or damage to, your records or data; or
  53. 3.  economic consequential damages (including lost profits or savings) or
  54.     incidental damages, even if we are informed of their possibility.
  55.  
  56. Some jurisdictions do no allow these limitations or exclusions, so they may
  57. not apply to you.
  58.  
  59. We do not warrant uninterrupted or error free operation of the Program.  We
  60. have no obligation to provide service, defect correction, or any
  61. maintenance for the Program.  We have no obligation to supply any Program
  62. updates or enhancements to you even in such are or later become available.
  63.  
  64. IF YOU DOWNLOAD OR USE THIS PROGRAM YOU AGREE TO THESE TERMS.
  65.  
  66. THIS PROGRAM IS PROVIDED "AS IS" WITHOUT ANY WARRANTIES, EXPRESS OR
  67. IMPLIED, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  68. FOR A PARTICULAR PURPOSE.
  69.  
  70. Some jurisdictions do not allow the exclusion of implied warranties, so the
  71. above exclusion may not apply to you.
  72.  
  73. You may terminate this license at any time.  We may terminate this license
  74. if you fail to comply with any of its terms.  In either event, you must
  75. destroy all your copies of the Program.
  76.  
  77. You are responsible for the payment of any taxes resulting from this
  78. license.
  79.  
  80. You may not sell, transfer, assign, or subcontract any of your rights or
  81. obligations under this license.  Any attempt to do so is void.
  82.  
  83.