home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / OS2CMAPI.ZIP / READ.ME
Text File  |  1988-09-30  |  10KB  |  344 lines

  1.  
  2.  
  3.                                READ.ME (FILE)
  4.  
  5.  
  6.  
  7.               IBM OPERATING SYSTEM/2 (TM) EXTENDED EDITION
  8.             COMMUNICATIONS MANAGER API SAMPLE PROGRAMS SUPPORT
  9.  
  10.  
  11.    Version 1.1 (c) Copyright International Business Machines Corp., 1988
  12.  
  13.    LICENSE: System Administrators may copy and distribute the sample
  14.             programs on this diskette in any form without payment to
  15.             IBM, for the purpose of developing, using, marketing or
  16.             distributing application programs for use with IBM
  17.             Operating System/2.
  18.  
  19.    The materials on this diskette could include technical inaccuracies,
  20.    typographical errors, or incompatibilities with IBM products, and
  21.    could be modified or excluded from the generally available reference
  22.    materials. IBM expressly reserves the right, without notice to you,
  23.    to implement or modify IBM Operating System/2 and other IBM products
  24.    in a manner that affects the compatibility or useability of
  25.    application programs developed by you using the materials on this
  26.    diskette.
  27.  
  28.    INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS DISKETTE
  29.    "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED,
  30.    INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  31.    MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  32.  
  33.    It is possible that this diskette may contain reference to, or
  34.    information about, IBM products (machines and programs),
  35.    programming or services that are not announced in you country.
  36.    Such references or information must not be construed to mean that
  37.    IBM intends to announce such IBM products, programming or services
  38.    in your country.
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  **** This diskette contains documentation, source files, and the
  45.  **** supporting files of the sample programs for the following
  46.  **** Communications Manager API's.
  47.  ****
  48.  ****    1) Advanced Program-to-Program Communication API (APPC API)
  49.  ****    2) Asynchronous Communication Device Interface (ACDI)
  50.  ****    3) Server-Requester Programming Interface (SRPI)
  51.  ****    4) Emulator High Level Language API (EHLLAPI)
  52.  ****
  53.  ****
  54.  **** APPC directory:
  55.  ****
  56.  ****   APPC directory contains documentation and sample programs for the
  57.  ****   APPC API. APPC.ME file contains the documentation and the instructions
  58.  ****   for the APPC sample programs. The subdirectories contain the sample
  59.  ****   programs source code and the supporting files.
  60.  ****
  61.  ****
  62.  **** ACDI directory:
  63.  ****
  64.  ****   ACDI directory contains documentation and sample programs for the
  65.  ****   ACDI. ACDI.ME file contains the documentation and the instructions
  66.  ****   for the ACDI sample programs. The subdirectories contain the sample
  67.  ****   programs source code and the supporting files.
  68.  ****
  69.  ****
  70.  **** SRPI directory:
  71.  ****
  72.  ****   SRPI directory contains documentation and sample programs for the
  73.  ****   SRPI. SRPI.ME file contains the documentation and the instructions
  74.  ****   for the SRPI sample programs. The subdirectories contain the sample
  75.  ****   programs source code and the supporting files.
  76.  ****
  77.  ****
  78.  **** HAPI directory:
  79.  ****
  80.  ****   HAPI directory contains documentation and sample programs for the
  81.  ****   EHLLAPI. HAPI.ME file contains the documentation and the instructions
  82.  ****   for the EHLLAPI sample programs and EHLLAPI Program Sampler. The
  83.  ****   subdirectories contain the sample programs source code and the
  84.  ****   supporting files.
  85.  ****
  86.  ****
  87.  **** It is recommended that you print the READ.ME, APPC.ME, ACDI.ME,
  88.  **** SRPI.ME, and HAPI.ME. files using the IBM PC DOS or OS/2 PRINT command.
  89.  **** If you do not have access to a printer, use the DOS or OS/2 TYPE
  90.  **** command or an available editor to view these files.
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.                            API DISKETTE CONTENTS
  98.  
  99.  
  100.  
  101.  
  102.       ROOT directory contents:
  103.  
  104.  
  105.         READ.ME
  106.         APPC - APPC directory
  107.         ACDI - ACDI directory
  108.         SRPI - SRPI directory
  109.         HAPI - EHLLAPI directory
  110.  
  111.  
  112.  
  113.  
  114.       APPC directory contents:
  115.  
  116.  
  117.         APPC.ME - APPC Sample Program documentation
  118.         APPC_C  - APPC C language files subdirectory
  119.         APPC_P  - APPC PASCAL language files subdirectory
  120.         APPC_M  - APPC ASSEMBLER language files subdirectory
  121.  
  122.  
  123.  
  124.         APPC_C subdirectory contents:
  125.  
  126.            FILECREQ.C   - Source file
  127.            FILECREQ     - Make file
  128.            FILECREQ.DEF - Definition file
  129.            FILECREQ.LRF - Link file
  130.            FILECREQ.BND - Bind file
  131.            FILECSVR.C   - Source File
  132.            FILECSVR     - Make file
  133.            FILECSVR.DEF - Definition file
  134.            FILECSVR.LRF - Link file
  135.            APX.TXT      - Message Text file
  136.  
  137.  
  138.  
  139.         APPC_P subdirectory contents:
  140.  
  141.            FILEPREQ.PAS - Source file
  142.            FILEPREQ     - Make file
  143.            FILEPREQ.DEF - Definition file
  144.            FILEPREQ.LRF - Link file
  145.            FILEPREQ.BND - Bind file
  146.            FILEPSVR.PAS - Source File
  147.            FILEPSVR     - Make file
  148.            FILEPSVR.DEF - Definition file
  149.            FILEPSVR.LRF - Link file
  150.            FILEPSVR.BND - Bind file
  151.            APX.TXT      - Message Text file
  152.  
  153.  
  154.  
  155.         APPC_M subdirectory contents:
  156.  
  157.            FILEMREQ.ASM - Source file
  158.            FILEMREQ     - Make file
  159.            FILEMREQ.DEF - Definition file
  160.            FILEMREQ.LRF - Link file
  161.            FILEMREQ.BND - Bind file
  162.            FILEMSVR.ASM - Source File
  163.            FILEMSVR     - Make file
  164.            FILEMSVR.DEF - Definition file
  165.            FILEMSVR.LRF - Link file
  166.            APX.TXT      - Message Text file
  167.  
  168.  
  169.  
  170.  
  171.       ACDI directory contents:
  172.  
  173.  
  174.  
  175.         ACDI.ME - ACDI Sample Program documentation
  176.         ACDI_C  - ACDI C language files subdirectory
  177.         ACDI_P  - ACDI PASCAL language files subdirectory
  178.         ACDI_M  - ACDI ASSEMBLER language files subdirectory
  179.  
  180.  
  181.  
  182.         ACDI_C subdirectory contents:
  183.  
  184.            ACDICRCV.C   - Source file
  185.            ACDICRCV     - Make file
  186.            ACDICRCV.DEF - Definition file
  187.            ACDICRCV.LRF - Link file
  188.            ACDICRCV.BND - Bind file
  189.            ACDICXMT.C   - Source File
  190.            ACDICXMT     - Make file
  191.            ACDICXMT.DEF - Definition file
  192.            ACDICXMT.LRF - Link file
  193.            ACDICXMT.BND - Bind file
  194.            ACX.TXT      - Message Text file
  195.  
  196.  
  197.  
  198.         ACDI_P subdirectory contents:
  199.  
  200.            ACDIPRCV.PAS - Source file
  201.            ACDIPRCV     - Make file
  202.            ACDIPRCV.DEF - Definition file
  203.            ACDIPRCV.LRF - Link file
  204.            ACDIPRCV.BND - Bind file
  205.            ACDIPXMT.PAS - Source File
  206.            ACDIPXMT     - Make file
  207.            ACDIPXMT.DEF - Definition file
  208.            ACDIPXMT.LRF - Link file
  209.            ACDIPXMT.BND - Bind file
  210.            ACX.TXT      - Message Text file
  211.  
  212.  
  213.  
  214.         ACDI_M subdirectory contents:
  215.  
  216.            ACDIMRCV.ASM - Source file
  217.            ACDIMRCV     - Make file
  218.            ACDIMRCV.DEF - Definition file
  219.            ACDIMRCV.LRF - Link file
  220.            ACDIMRCV.BND - Bind file
  221.            ACDIMXMT.ASM - Source File
  222.            ACDIMXMT     - Make file
  223.            ACDIMXMT.DEF - Definition file
  224.            ACDIMXMT.LRF - Link file
  225.            ACDIMXMT.BND - Bind file
  226.            ACX.TXT      - Message Text file
  227.  
  228.  
  229.  
  230.  
  231.       SRPI directory contents:
  232.  
  233.  
  234.  
  235.         SRPI.ME - SRPI Sample Program documentation
  236.         SRPI_C  - SRPI C language files subdirectory
  237.         SRPI_P  - SRPI PASCAL language files subdirectory
  238.         SRPI_M  - SRPI ASSEMBLER language files subdirectory
  239.         HOST    - SRPI Server files subdirectory
  240.  
  241.  
  242.  
  243.  
  244.         SRPI_C subdirectory contents:
  245.  
  246.            CSAMPL.C     - Source file
  247.            CSAMPL       - Make file
  248.            CSAMPL.DEF   - Definition file
  249.            CSAMPL.LRF   - Link file
  250.  
  251.  
  252.  
  253.  
  254.         SRPI_P subdirectory contents:
  255.  
  256.            PSAMPL.PAS   - Source file
  257.            PSAMPL       - Make file
  258.            PSAMPL.DEF   - Definition file
  259.            PSAMPL.LRF   - Link file
  260.  
  261.  
  262.  
  263.  
  264.         SRPI_M subdirectory contents:
  265.  
  266.            MSAMPL.ASM   - Source file
  267.            MSAMPL       - Make file
  268.            MSAMPL.DEF   - Definition file
  269.            MSAMPL.LRF   - Link file
  270.  
  271.  
  272.  
  273.  
  274.         HOST subdirectory contents:
  275.  
  276.            IBMABASE.ASM
  277.            ALGABASE.EXC
  278.            INPUT.FIL
  279.  
  280.  
  281.  
  282.  
  283.       HAPI directory contents:
  284.  
  285.  
  286.  
  287.         HAPI.ME     - EHLLAPI Sample Program documentation
  288.         HAPI_C      - EHLLAPI C language files subdirectory
  289.         HAPI_P      - EHLLAPI PASCAL language files subdirectory
  290.         HAPI_M      - EHLLAPI ASSEMBLER language files subdirectory
  291.         HAPI_CBL    - EHLLAPI COBOL language files subdirectory
  292.         HAPI_BAS    - EHLLAPI BASIC Compiler language files subdirectory
  293.         HLLSAMP.EXE - EHLLAPI Program Sampler executable file.
  294.  
  295.  
  296.  
  297.  
  298.         HAPI_C subdirectory contents:
  299.  
  300.            HSMPLC.C     - Source file
  301.            HSMPLC       - Make file
  302.            HSMPLC.DEF   - Definition file
  303.            HSMPLC.LRF   - Link file
  304.  
  305.  
  306.  
  307.  
  308.         HAPI_P subdirectory contents:
  309.  
  310.            HSMPLP.PAS   - Source file
  311.            HSMPLP       - Make file
  312.            HSMPLP.DEF   - Definition file
  313.            HSMPLP.LRF   - Link file
  314.  
  315.  
  316.  
  317.  
  318.         HAPI_M subdirectory contents:
  319.  
  320.            HSMPLM.ASM   - Source file
  321.            HSMPLM       - Make file
  322.            HSMPLM.DEF   - Definition file
  323.            HSMPLM.LRF   - Link file
  324.  
  325.  
  326.  
  327.  
  328.         HAPI_CBL subdirectory contents:
  329.  
  330.            HSMPLCBL.CBL - Source file
  331.            HSMPLCBB.CMD - OS/2 Protect mode batch file to compile/link
  332.            HSMPLCBL.DEF - Definition file
  333.            HSMPLCBL.LRF - Link file
  334.  
  335.  
  336.  
  337.  
  338.         HAPI_BAS subdirectory contents:
  339.  
  340.            HSMPLBAS.BAS - Source file
  341.            HSMPLBSB.CMD - OS/2 Protect mode batch file to compile/link
  342.            HSMPLBAS.DEF - Definition file
  343.            HSMPLBAS.LRF - Link file
  344.