home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v3.zip / OS2WF11 / READ.ME < prev    next >
Text File  |  1993-05-18  |  5KB  |  179 lines

  1. ===============================================================================
  2.      IBM* WorkFrame/2* READ.ME File:
  3.  
  4.      IBM WorkFrame/2 Version 1.1
  5.      (C) Copyright IBM Corp., 1991,1993, All Rights Reserved
  6.      US Government Users Restricted Rights - Use, duplication or disclosure
  7.      restricted by GSA ADP Schedule Contract with IBM Corp.
  8. ===============================================================================
  9.  
  10. INSTALLATION
  11. ____________________________
  12.  
  13. Refer to IBM WorkFrame/2 Introduction for installation instructions.
  14.  
  15. If problems occur, make sure the environment is set up properly:
  16.  
  17. 1.  The directory containing UNPACK.EXE shipped with the OS/2*
  18.     2.x operating system is in the PATH statement
  19.  
  20. 2.  The HELP environment variable is pointing to d:\OS2\HELP
  21.     directory, (where d is the startup drive).
  22.  
  23. 3.  This version of the WorkFrame/2 will automatically setup
  24.     the OS/2 Enhanced editor as the default editor.   To change
  25.     the default editor, select Configure->Editor... from the
  26.     main action bar.
  27.  
  28.  
  29. SPECIAL CONSIDERATIONS
  30. ______________________
  31.  
  32.  
  33. The WorkFrame/2 product will end abnormally under the following
  34. scenario:
  35.  
  36. 1.  A tool is configured with %f as a substitution variable
  37.     in the Parameters string.
  38.  
  39. 2.  A file with no extension is selected.
  40.  
  41. 3.  The tool mentioned above is selected from the Tools pull down.
  42.  
  43. This problem will be corrected in a future Corrective Services
  44. Diskette.
  45.  
  46.  
  47. DOCUMENTATION CHANGES
  48. _____________________
  49.  
  50. 1.  In the Program Type group, a radio button labeled "Windows"
  51.     has been added.  This allows the user to install WIN-OS/2*
  52.     tools in the Tools pull down menu.  However, the tool
  53.     can only be started in WIN-OS/2 full screen mode.
  54.  
  55. 2.  To run a DOS-hosted compiler, create a language profile and
  56.     specify CMD.EXE as the language compiler, and then specify
  57.     the DOS compiler as a parameter to CMD.EXE.  For example,
  58.     specify "/K DOS_compiler.exe %f" in the compiler options
  59.     dialog.
  60.  
  61. 3.  If you use tools (compilers, linkers, or other tools) that
  62.     are DOS-hosted, output from these tools is sent to a DOS
  63.     session.  Therefore, you cannot select or drag an error
  64.     message to an editor session to see the context of the error
  65.     or get help for it.  However, if your tool is OS/2-hosted
  66.     with DOS as the target environment, this restriction does not
  67.     apply.
  68.  
  69. 4.  Special considerations when using hidden windows and the
  70.     Switch list pull down:
  71.  
  72.     Windows or folders that are hidden (not minimized) will appear
  73.     in the Configure Switch List dialog as visible / jumpable, just
  74.     as they would if they were minimized.
  75.  
  76.     However, if you select a hidden window or folder in the Configure
  77.     Switch List dialog (so that it will appear in the Switch
  78.     list pull-down menu), selecting that menu item will not resurface
  79.     the window/folder.
  80.  
  81.     Hidden windows and folders must be resurfaced from the OS/2
  82.     Window List.
  83.  
  84.     Alternatively, you can use the Window page of the Settings
  85.     notebook to change the minimized button behavior for the window
  86.     or folder.
  87.  
  88. 5.  Special considerations when using the Configure/Background/Bitmap
  89.     option:
  90.  
  91.     WorkFrame/2 Version 1.x does not support compressed bitmap formats
  92.     or bitmap array formats.  Attempts to load a compressed bitmap into
  93.     the WorkFrame/2 client area will result in the message "The bitmap
  94.     cannot be loaded:  return code = 2."  An example of a compressed
  95.     bitmap is the OS2LOGO.BMP shipped with OS/2.
  96.  
  97.  
  98. DIRECTORY STRUCTURE
  99. ___________________
  100.  
  101.   IBMWF (or the name of the directory you installed the product into)
  102.    ├──BIN
  103.    │  ├──ADDTOOL.EXE
  104.    │  ├──ADDUSER.EXE
  105.    │  ├──LIB.EXE
  106.    │  ├──WF.EXE
  107.    │  └──WFENV.EXE
  108.    ├──DDE3DEFL.PRF
  109.    ├──DLL
  110.    │  ├──DDE3DEFL.DLL
  111.    │  ├──DDE3LIBT.DLL
  112.    │  ├──DDE3LINK.DLL
  113.    │  ├──DDE3MAKE.DLL
  114.    │  ├──DDE3OPTS.DLL
  115.    │  ├──DDE3PROF.DLL
  116.    │  ├──DDE3RUN.DLL
  117.    │  └──DDE3THNK.DLL
  118.    ├──HELP
  119.    │  ├──ADDUSER.HLP
  120.    │  ├──DDE3CPRC.HLP
  121.    │  ├──DDE3DEFL.HLP
  122.    │  ├──DDE3LINK.HLP
  123.    │  ├──DDE3PROF.HLP
  124.    │  ├──DDE3RUN.HLP
  125.    │  ├──DDE3WF.HLP
  126.    │  └──DDE3WF.INF
  127.    ├──IBMSDATA.INI
  128.    ├──IBMWF.INI
  129.    ├──READ.ME
  130.    ├──SHRED1.BMP
  131.    ├──SHRED2.BMP
  132.    ├──SHRED3.BMP
  133.    ├──SHRED4.BMP
  134.    ├──SHRED5.BMP
  135.    ├──WF.ICO
  136.    ├──SYSLEVEL.WF2
  137.    └─PRJ
  138.       └──SAMPDLL
  139.          ├──DDE3DEFL.DEF
  140.          ├──DDE3LINK.DLG
  141.          ├──DDE3DEFL.C
  142.          ├──DDE3DEFL.RC
  143.          ├──METAVER.C
  144.          ├──COMMON.C
  145.          ├──METAVER.H
  146.          ├──PARSERR.C
  147.          ├──COMMON.H
  148.          ├──DDE3COMP.DLG
  149.          ├──DDE3DEFL.H
  150.          ├──PARSERR.H
  151.          ├──DDE3DEFL.IPF
  152.          ├──DDE3MAKE.DLG
  153.          └──DDE3DEBU.DLG
  154.  
  155.  
  156. TUTORIAL
  157. ________
  158.  
  159. The WorkFrame/2 product comes with an online tutorial that
  160. takes you step-by-step through a sample coding project.
  161.  
  162. Open the WorkFrame/2 folder and click on the Tutorial icon
  163. to start the tutorial.
  164.  
  165.  
  166. TRADEMARKS AND SERVICE MARKS
  167. ____________________________
  168.  
  169.  
  170. The following terms, denoted by an asterisk (*)
  171. in this README, are trademarks or registered
  172. trademarks of the IBM Corporation in the United
  173. States or other countries:
  174.  
  175.     IBM
  176.     OS/2
  177.     WIN-OS/2
  178.     WorkFrame/2.
  179.