home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / IOC / MMSTEREO / README < prev   
Text File  |  1995-06-09  |  7KB  |  144 lines

  1. ************************************************************************
  2. * Multimedia MMSTEREO Sample - Readme file                                     *
  3. *                                                                              *
  4. * COPYRIGHT:                                                                   *
  5. *   IBM Open Class Library                                                     *
  6. *   (C) Copyright International Business Machines Corporation 1992, 1995       *
  7. *   Licensed Material - Program-Property of IBM - All Rights Reserved.         *
  8. *   US Government Users Restricted Rights - Use, duplication, or disclosure    *
  9. *   restricted by GSA ADP Schedule Contract with IBM Corp.                     *
  10. *                                                                              *
  11. * DISCLAIMER OF WARRANTIES:                                                    *
  12. *   The following [enclosed] code is sample code created by IBM                *
  13. *   Corporation.  This sample code is not part of any standard IBM product     *
  14. *   and is provided to you solely for the purpose of assisting you in the      *
  15. *   development of your applications.  The code is provided "AS IS",           *
  16. *   without warranty of any kind.  IBM shall not be liable for any damages     *
  17. *   arising out of your use of the sample code, even if they have been         *
  18. *   advised of the possibility of such damages.                                *
  19. *
  20. *************************************************************************
  21.  
  22.  
  23. MULTI-MEDIA STEREO
  24.  
  25.    DESCRIPTION:
  26.  
  27.         The MMSTEREO sample also uses many of the multimedia functions.
  28.         It also illustrates the visual control panels provided as part of
  29.         the multimedia classes.  Visually it resembles a stereo rack
  30.         system with amplifier, mixer, and video and CD players.
  31.  
  32.    PROJECT LOCATION:
  33.         Inside the IOC Samples folder (inside the VisualAge C++ Samples
  34.         folder).
  35.  
  36.    SOURCE FILE LOCATION:
  37.         X:\ibmcpp\samples\ioc\mmstereo
  38.  
  39.         where X: is the drive you installed the samples and document
  40.         component of VisualAge C++.
  41.  
  42.    HOW TO RUN THE SAMPLE:
  43.  
  44.         FROM WITHIN THE WORKFRAME ENVIRONMENT:
  45.              To run the prebuilt project, open the Samples folder on your
  46.              OS/2 desktop then double-click on the project's icon to open
  47.              the project view of the sample.  Click on the RUN button of
  48.              the project's toolbar.
  49.  
  50.         FROM THE COMMAND LINE:
  51.              Simply type the name of the .EXE file, that is:
  52.  
  53.                  MMSTEREO
  54.  
  55.              If the sample fails to execute or abnormally ends, you can
  56.              get more information about the failure by turning on the
  57.              ICLUI trace.  This is done by setting the environment
  58.              variable ICLUI_TRACE as follows:
  59.  
  60.                    set ICLUI_TRACE=ON
  61.                    set ICLUI_TRACETO=STDERR
  62.  
  63.              The second export controls where the trace information is
  64.              reported.  With tracing turned on, ICLUI exception text will
  65.              be written to a standard error file. For example:
  66.  
  67.                    hello1 >hello1.out 2>&1
  68.  
  69.              The exception data is now in the file hello1.out.
  70.  
  71.    HOW TO BUILD THE SAMPLE PROJECT YOURSELF:
  72.  
  73.         FROM WITHIN THE WORKFRAME ENVIRONMENT:
  74.              Open the Samples folder on your OS/2 desktop then
  75.              double-click on the project's icon to open the project view
  76.              of the sample. In the upper half of the project window you
  77.              will see the icons of the files associated with the sample.
  78.              From the Project pulldown, select Build -> Rebuild All.  To run
  79.              the sample project, see HOW TO RUN THE SAMPLE PROJECT above.
  80.  
  81.         FROM THE COMMAND LINE:
  82.            - A command file is provided to allow rebuilding of the
  83.              WorkFrame projects from the command line.  Simply type:
  84.  
  85.                  BUILD
  86.  
  87.              To run the sample project, see HOW TO RUN THE SAMPLE PROJECT 
  88.              above.
  89.  
  90.            - The sample application can also be built by entering:
  91.                  NMAKE
  92.              with no options while in the directory containing the
  93.              sample application files.  The makefile is named
  94.                  Makefile
  95.              To clean up the files generated from running make, enter:
  96.                  NMAKE CLEAN 
  97.              while in the directory containing the sample program files. 
  98.  
  99.  
  100.    SOFTWARE/HARDWARE PREREQUISITES:
  101.  
  102.         o   IBM VisualAge C++
  103.         o   OS/2 2.1 or Warp
  104.         o   IBM or compatible 386 and up.
  105.  
  106.    ADDITIONAL INFORMATION:
  107.  
  108.         o   For more information on the creation and use of projects in
  109.             the WorkFrame environment, see the VisualAge C++ for OS/2
  110.             User's Guide.
  111.         o   For more information on the User Interface Classes, see the
  112.             VisualAge C++ for OS/2 Open Class Library User's Guide.
  113.  
  114.         Both books can be found online.  To access an online book, simply
  115.         open the main VisualAge C++ desktop folder, then open the
  116.         Information Folder inside.  To view a book, double-click on that
  117.         book's icon.
  118.  
  119.   REQUIRED FILES - MMStereo                                                          
  120.                                                              
  121.    README       - Instructions for using this sample program                  
  122.    mmstereo.cpp - Source code for MMSTEREO                                    
  123.    mmstereo.hpp - Class definition for MMSTEREO                               
  124.    mmstereo.h   - Symbolic definition file                                    
  125.    mmstereo.rc  - OS/2 resource file                                          
  126.    mmstereo.ico - OS/2 icon resource                                          
  127.    mmstereo.avi - OS/2 video file                                             
  128.    mmstereo.wav - OS/2 audio file                                             
  129.    mmstereo.mid - OS/2 midi file                                              
  130.    mltamp.cpp   - Source code for MLTAMP                                      
  131.    mltamp.hpp   - Class definition for MLTAMP                                 
  132.    mltamp.h     - Symbolic definition file                                    
  133.    mltcd.cpp    - Source code for MLTCD                                       
  134.    mltcd.hpp    - Class definition for MLTCD                                  
  135.    mltcd.h      - Symbolic definition file                                    
  136.    mltvid.cpp   - Source code for MLTVID                                      
  137.    mltvid.hpp   - Class definition for MLTVID                                 
  138.    mltvid.h     - Symbolic definition file                                    
  139.    mltwave.cpp  - Source code for MLTWAVE                                     
  140.    mltwave.hpp  - Class definition for MLTWAVE                                
  141.    mltwave.h    - Symbolic definition file                                    
  142.    Makefile     - Make file to build the sample program                       
  143.                                                                               
  144.