home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / TOOLKIT / MM / MOVIE / README < prev    next >
Text File  |  1995-06-05  |  2KB  |  65 lines

  1.  
  2. MOVIE - Movie Sample Application
  3.  
  4.  
  5. DESCRIPTION:
  6.  
  7.  MOVIE demonstrates device control of a software motion video
  8.  device.
  9.  
  10.  It also illustrates how to cut, copy, paste, and delete movie
  11.  data from an application.
  12.  
  13.  A movie can be played in an application-defined window or in the
  14.  system default window provided by the software motion video
  15.  subsystem.
  16.  
  17.  Note:
  18.  If you have installed the diskette version of the Toolkit, you
  19.  must copy MACAW.AVI (or any other AVI file) from \MMOS2\MOVIES to
  20.  the \TOOLKIT\SAMPLES\MM\MOVIE subdirectory and rename it
  21.  MOVIE.AVI.
  22.  
  23. TASK:
  24.  
  25.  Use movie data within an application
  26.  
  27. CONCEPT/FEATURE:
  28.  
  29.  Device control of a motion video device
  30.  
  31. SAMPLE LOCATION:
  32.  
  33.  Inside the MM Sample Programs inside the main VisualAge C++ for OS/2
  34.  folder on your OS/2 desktop.
  35.  
  36.  Note:This sample is not provided in project form.
  37.  
  38. SOURCE FILE LOCATION:
  39.  
  40.  X:\ibmcpp\samples\toolkit\mm\movie
  41.  
  42.  where X: is the drive you installed the samples and document component
  43.  of VisualAge C++ for OS/2.
  44.  
  45.  
  46. HOW TO RUN THE SAMPLE:
  47.  
  48. -From your OS/2 desktop:
  49.  Double-click on the sample's icon.
  50.  
  51. -From an OS/2 command prompt:
  52.  To start a non-WorkPlace Shell sample program from an OS/2 command
  53.  prompt, type the name of the executable file and press Enter.  If you
  54.  have edited source code of a sample program and want to recompile,link,
  55.  and run the files, use the NMAKE tool. Your output is the executable
  56.  file.  For information about the NMAKE utility, see the
  57.  OS/2 Tools Reference.
  58.  
  59.  
  60. SOFTWARE/HARDWARE PREREQUISITES:
  61.  
  62. - IBM VisualAge C++
  63. - OS/2 Warp
  64. - IBM or compatible 386 and up.
  65.