home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Sample Code / Movie Toolbox / Inside Mac Movie Toolbox Code / README < prev    next >
Encoding:
Text File  |  1994-12-06  |  2.1 KB  |  68 lines  |  [TEXT/MPS ]

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