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

  1.  
  2. MMIOPROC - M-Motion I/O Procedure
  3.  
  4.  
  5. DESCRIPTION:
  6.  
  7.  MMIOPROC provides an example of how to write an I/O procedure for
  8.  use with image file formats.
  9.  This sample enables file format transparency for M-Motion still
  10.  video files and illustrates the use of data translation.
  11.  
  12. TASK:
  13.  
  14.  Write an MMIO procedure for use with image file formats
  15.  
  16. CONCEPT/FEATURE:
  17.  
  18.  Writing MM I/O Procedures
  19.  
  20. SAMPLE LOCATION:
  21.  Inside the MM Sample Programs inside the main VisualAge C++ for OS/2
  22.  folder on your OS/2 desktop.
  23.  
  24.  Note:This sample is not provided in project form.
  25.  
  26. SOURCE FILE LOCATION:
  27.  
  28.  X:\ibmcpp\samples\toolkit\mm\mmioproc
  29.  
  30.  where X: is the drive you installed the samples and document component
  31.  of VisualAge C++ for OS/2.
  32.  
  33.  
  34. HOW TO RUN THE SAMPLE:
  35.  
  36. -From your OS/2 desktop:
  37.  Double-click on the sample's icon.
  38.  
  39. -From an OS/2 command prompt:
  40.  To start a non-WorkPlace Shell sample program from an OS/2 command
  41.  prompt, type the name of the executable file and press Enter.  If you
  42.  have edited source code of a sample program and want to recompile,link,
  43.  and run the files, use the NMAKE tool. Your output is the executable
  44.  file.  For information about the NMAKE utility, see the
  45.  OS/2 Tools Reference.
  46.  
  47.  
  48. SOFTWARE/HARDWARE PREREQUISITES:
  49.  
  50. - IBM VisualAge C++
  51. - OS/2 Warp
  52. - IBM or compatible 386 and up.
  53.