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

  1.  /**********************************************************/
  2.  /*   Copyright (c) IBM Corporation  1992, 1995        */
  3.  /**********************************************************/
  4.  
  5.  
  6. SHRCFILE - Stream Handler Resource File
  7.  
  8.  
  9. DESCRIPTION:
  10.  
  11.  SHRCFILE provides a sample stream handler resource file.
  12.  The example contains the System Resource file for MMPM/2 stream
  13.  handlers, and shows the stream protocol control block (SPCB) information
  14.  that has been tuned to be the most efficient with several types of data.
  15.  
  16. SOURCE FILE LOCATION:
  17.  
  18.  X:\ibmcpp\samples\toolkit\mm\shrcfile
  19.  
  20.  where X: is the drive you installed the samples and document component
  21.  of VisualAge C++ for OS/2.
  22.  
  23.  The following files are used to build the sample stream handler resource
  24.  file.
  25.  
  26.  RCSTUB.C     - Stub 'C' source file used to create AUDIORES.DLL.
  27.  
  28.  SSMRES.RC    - This file contains all SPCB's used by MMPM/2 stream handlers.
  29.  
  30.  MAKEFILE     - Makefile to build SSMRES.DLL
  31.  
  32.  SHRCINI.SCR  - Install file used to invoke SpiInstall, which updates the
  33.         SPI.INI file with the SPCB's contained in the SHRC.DLL
  34.  
  35.  SHRCLST.SCR  - Install file containing a list of files needed to update
  36.         SPI.INI.
  37.  
  38.  CONTROL.SCR  - Install control file containing information about the update
  39.         of SPI.INI.
  40.  
  41.  SHRC.DLL     - Resource DLL, built from RCSTUB.C and SSMRES.RC files.
  42.  
  43.  
  44.  To build the resource DLL, run the makefile. This will build an SHRC.DLL
  45.  and add the resource file to it.
  46.  
  47.  Once the resource DLL is built, MINSTALL is used to update SPI.INI profile
  48.  as follows:
  49.  
  50.    1. Copy the files CONTROL.SCR, SHRCINI.SCR, SHRCLST.SCR and SHRC.DLL
  51.       to a diskette and insert in drive 'A'.
  52.  
  53.    2. Type MINSTALL to update the SPI.INI profile.
  54.  
  55. SOFTWARE/HARDWARE PREREQUISITES:
  56.  
  57.  
  58. - IBM VisualAge C++
  59. - OS/2 Warp
  60. - IBM or compatible 386 and up.
  61.