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 >
Wrap
Text File
|
1995-06-05
|
2KB
|
61 lines
/**********************************************************/
/* Copyright (c) IBM Corporation 1992, 1995 */
/**********************************************************/
SHRCFILE - Stream Handler Resource File
DESCRIPTION:
SHRCFILE provides a sample stream handler resource file.
The example contains the System Resource file for MMPM/2 stream
handlers, and shows the stream protocol control block (SPCB) information
that has been tuned to be the most efficient with several types of data.
SOURCE FILE LOCATION:
X:\ibmcpp\samples\toolkit\mm\shrcfile
where X: is the drive you installed the samples and document component
of VisualAge C++ for OS/2.
The following files are used to build the sample stream handler resource
file.
RCSTUB.C - Stub 'C' source file used to create AUDIORES.DLL.
SSMRES.RC - This file contains all SPCB's used by MMPM/2 stream handlers.
MAKEFILE - Makefile to build SSMRES.DLL
SHRCINI.SCR - Install file used to invoke SpiInstall, which updates the
SPI.INI file with the SPCB's contained in the SHRC.DLL
SHRCLST.SCR - Install file containing a list of files needed to update
SPI.INI.
CONTROL.SCR - Install control file containing information about the update
of SPI.INI.
SHRC.DLL - Resource DLL, built from RCSTUB.C and SSMRES.RC files.
To build the resource DLL, run the makefile. This will build an SHRC.DLL
and add the resource file to it.
Once the resource DLL is built, MINSTALL is used to update SPI.INI profile
as follows:
1. Copy the files CONTROL.SCR, SHRCINI.SCR, SHRCLST.SCR and SHRC.DLL
to a diskette and insert in drive 'A'.
2. Type MINSTALL to update the SPI.INI profile.
SOFTWARE/HARDWARE PREREQUISITES:
- IBM VisualAge C++
- OS/2 Warp
- IBM or compatible 386 and up.