home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / makedce.zip / READ.ME < prev    next >
Text File  |  1996-04-04  |  6KB  |  137 lines

  1.  
  2.                             MakeDCE - READ.ME
  3.                             -----------------
  4.  
  5. Welcome to MakeDCE.
  6.  
  7. This file contains information you need to install MakeDCE
  8. and additional information not included in the product documentation.
  9.  
  10. This README file is divided as follows:
  11.    -  Before You Install MakeDCE
  12.        -Software Requirements
  13.    -  Getting Help
  14.    -  Installing MakeDCE
  15.    -  Copyright notices
  16.    -  Your Satisfaction
  17.    -  Suggested Example
  18.  
  19. Before You Install MakeDCE
  20. --------------------------
  21.    Software Requirements
  22.    ---------------------
  23.    1. REXX Support.
  24.    2. Install on an HPFS file system - not FAT file system !
  25.    3. To be able to develop a DCE application you also need:     
  26.       DCE development Environment (i.e. IDL compiler and libraries)
  27.    4. To execute a DCE application you also need:
  28.       - DCE Environment, with RPCD (RPC Daemon) running
  29.       - TCP/IP running
  30.  
  31. Getting Help
  32. ------------
  33.    Documentation
  34.       File MakeDCE.INF in the HELP directory.  To use do VIEW MAKEDCE, or
  35.       use the MakeDCE Reference icon in the MakeDCE container.
  36.       
  37.    Service, Technical Support and Defect Reporting
  38.       By e-mail to atal@vnet.ibm.com, ushani@vnet.ibm.com
  39.  
  40. Installing MakeDCE
  41. ------------------
  42.    1. Make sure MakeDCE Installation Diskette 1 is in drive A:
  43.    2. In an OS/2 command prompt window, type:
  44.       a:\install
  45.    3. Follow the instructions given by the installation program.
  46.    4. The system will require a reboot when the installation ends, so make
  47.       sure you exit all your running applications properly before you perform
  48.       a shutdown.
  49.  
  50.  
  51. Copyright notices
  52. -----------------
  53.    (c) Copyright International Buisness Machines Corporation 1995.  All rights reserved.
  54.    This is a Beta release of the MakeDCE product.
  55.  
  56.           THIS SOFTWARE IS MADE AVAILABLE, AS IS, AND THE INTERNATIONAL BUISNESS    
  57.           MACHINES INCORPORATION DOES NOT MAKE ANY WARRANTY ABOUT THE SOFTWARE, ITS
  58.           PERFORMANCE, ITS MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
  59.           USE, FREEDOM FROM ANY COMPUTER DISEASES OR ITS CONFORMITY TO ANY
  60.           SPECIFICATION. THE ENTIRE RISK AS TO QUALITY AND PERFORMANCE OF
  61.           THE SOFTWARE IS WITH THE USER.
  62.  
  63.           Copyright of the software and supporting documentation is owned
  64.           by International Buisness Machines Incorporated, and free access
  65.           is hereby granted as a license to use this software, copy this
  66.           software and prepare derivative works based upon this software.
  67.           However, any distribution of this software or supporting documentation
  68.           must include this copyright notice.
  69.  
  70.           The free use of this software is limited until a time when this product
  71.           is announced as generally avialable through regular marketing channels
  72.           of the International Buisness Machines Incorporation or affiliated
  73.           companies to which the Copyright of this software is legally granted.
  74.  
  75. Your Satisfaction
  76. -----------------
  77. Your satisfaction with IBM is important to us.  If you are not totally
  78. satisfied with this product, please contact us at atal@vnet.ibm.com.
  79.  
  80. Tell us what is not meeting your expectations and why you are
  81. dissatisfied.  Provide your name, your organizations's name, and
  82. your telephone number so that we can contact you.  We will work with
  83. you to resolve your concerns.
  84.  
  85. To contact us, use any of these:
  86.         o IBM MAIL: TAL at HAIFASC3 , SHANI at HAIFASC3
  87.         o Internet: atal@vnet.ibm.com, ushani@vnet.ibm.com
  88.  
  89.  
  90. Suggested Example
  91. -----------------
  92.    Command-line tools:
  93.    -------------------
  94.  
  95.    To try your first application with MakeDCE you can go to the EXMAPLES
  96.    directory and follow instructions in the README file there.
  97.  
  98.    Visual builder tour:
  99.    --------------------
  100.  
  101.    1 Click on the PMGlueGen icon on the MakeDCE container.
  102.    2 Click on 'New'
  103.    3 Click on 'ChDir...'
  104.    4 Look for the EXAMPLES\BINOP directory in the MakeDCE installation
  105.      directory, and select it.
  106.    5 Choose a new model name and fill in some information.    
  107.    6 On the main menu-bar, select 'Model' and than 'Import APF File...'
  108.    7 Select 'BINOP.APF'
  109.    8 Click on the three icons in the main container: 'binop', 'client', and 'server'.
  110.       and look them up.
  111.    9 In 'binop', select the 'Make' page, and then the 'Add Files...' button, and
  112.       add MANAGER.C to the list of 'C Files' from which binop.idl is generated.
  113.       You can double-click on the file to see its contents.
  114.   10 You can now click on 'Create/Edit with PMIdlGen' to work a little with
  115.       the visual IDL generation tool.
  116.       When you return (IDL file is already prepared), you can continue this
  117.       example.
  118.   11 In 'client', select the 'Make' page, and then 'Find...' button, to 
  119.       put BINOP.C as the 'File containing main()'.  You can click on 'Edit'
  120.       to see the file contents.
  121.   12 Close all three notebooks.
  122.   13 Select all icons ('binop', 'server', and 'client') via the 'Select all'
  123.      submenu under 'Edit' on the menu-bar.
  124.   14 Click on 'Selected' in the main menubar, and then perform each of the
  125.      actions in its submenu:
  126.      - 'Write APF file...' -- choose a new APF file name.
  127.      - 'Generate Makefile...' -- choose a name of your choice.
  128.      - 'Build...' -- provide again the makefile name selected above.  You
  129.         will watch how the makefile is performed.  A common failure reason
  130.         is when DCE is not properly installed, or you are using a FAT file
  131.         system which does not allow long file-names as requires.
  132.      - 'Run...' will execute the client and server on two separate windows.
  133.        Note that you need to have RPCD (the DCE RPC daemon) running, and
  134.        also have a properly operational TCP/IP working on your machine, even
  135.        though the test will execute as two tasks on the same platform.
  136.  
  137.