home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Sample Code / Codecs / Std Compression Examples / README < prev    next >
Encoding:
Text File  |  1994-12-06  |  2.0 KB  |  66 lines  |  [TEXT/MPS ]

  1. README: NIM - Standard Compression Examples
  2. VERSION (Date)
  3. 12-04-94
  4.  
  5. GENERAL
  6. This source code is from the Standard Compression chapter of the NIM
  7. QuickTime Components book.
  8.  
  9.  
  10. ENVIRONMENT USED
  11. Metrowerks 4.5
  12. Think 7.0.3
  13. QT 2.0
  14. Universal Headers (ETO#16)
  15. System 7.5s
  16.  
  17.  
  18. HOW TO BUILD
  19. Select either the Think or the Metrowerks project file if
  20. you want to rebuild the samples. Select one of the .c files, as
  21. each one is a full example with a main body.
  22.  
  23.  
  24. HOW TO TEST
  25. Run the application, select a PIC file (use for instance the one provided
  26. in the folder), and after this you could select the compression used for
  27. the file.
  28.  
  29.  
  30. ERROR REPORTS
  31. If you encounter problems with this sample, send a report stating:
  32.  
  33.  
  34. * Name of the sample (and the source code file)
  35. * How the error is reproduced
  36. * What source code lines in the sample are problematic
  37. * What version of the sample you have, or from what source did you obtain the sample
  38. * Your environment, specifying:
  39.     - System environment (System 7.0, 7.1, 7.5 and so on)
  40.     - QuickTime environment (QT 1.6.1, 2.0 and so on)
  41.     - Any additional extensions in your system
  42.     - Hardware environment
  43.     - Development environment (including version level)
  44. * Any other valuable feedback and comments
  45.     
  46. Send this report to APPLE.BUGS on AppleLink, or APPLE.BUGS@applelink.apple.com 
  47. on Internet. If possible use the bug reporter stack that is available on
  48. the  Developer CDs, AppleLink and ftp.apple.com.
  49.  
  50.  
  51. LEGAL STATEMENTS
  52. Copyright © 1992-94 Apple Computer, Inc.
  53. All rights reserved.
  54.  
  55. You may incorporate this sample code into your applications without
  56. restriction, though the sample code has been provided "AS IS" and the
  57. responsibility for its operation is 100% yours.  However, what you are
  58. not permitted to do is to redistribute the source as "DSC Sample Code"
  59. after having made changes. If you're going to re-distribute the source,
  60. we require that you make it clear in the source that the code was
  61. descended from Apple Sample Code, but that you've made changes.
  62.  
  63.  
  64. CHANGE HISTORY
  65. 12/04/94    khs        Tested with MW 4.5, Think C 7.0.3 and ETO#16 Universal headers.
  66.