home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / newdlg11.zip / resmgr.zip / readme < prev    next >
Text File  |  1995-05-31  |  3KB  |  89 lines

  1. /* readme  - this is the readme file of the RESMGR package    950531 */
  2.  
  3. RESMGR is a collection of tools which allows you to manipulate 
  4. resources.  That is, you can add, remove or extract resources from a 
  5. binary resource file as well as from an executable file.
  6.  
  7. Enjoy!
  8.  
  9. Release Notes
  10. =============
  11.  
  12.       o  The RESMGR part of this package is in beta, so, please, be 
  13.          indulgent :-) and send me all your comments at the following
  14.          address:
  15.  
  16.             lafaix@mimosa.unice.fr
  17.  
  18.       o  RESMGR has been tested with OS/2 Warp v3.0, but it is 
  19.          expected to work with OS/2 v2.0 or higher.
  20.  
  21.       o  Online help is included in RDC.INF.
  22.  
  23.       o  See RESMGR.ABS for a description of all included files.
  24.  
  25.  
  26. Product Description
  27. ===================
  28.  
  29.       The RESMGR package contains two parts: a Resource Decompiler and
  30.       a Resource Manager.
  31.  
  32.       The Resource Decompiler can extract resources from an executable
  33.       file (1.x format and 2.x format, Warp packed resources 
  34.       included).  It can also "decompile" binary resource files.  That
  35.       is, it can translate a .RES file into a corresponding .RC file.
  36.  
  37.       The Resource Manager allows you to operate at a higher level <g>
  38.       With it, you can view binary resource files (as well as 
  39.       executable) as resource container.  That is, you can view their 
  40.       contents, and add or remove resources to/from them.
  41.  
  42.       It's not a "Resource Editor for the dummies" because it does not
  43.       yet offers a PM front end nor does it hides you the resource
  44.       script files mysteries.
  45.  
  46.  
  47. Installation:
  48. =============
  49.  
  50.       1. Unpack this package.
  51.  
  52.       2. Copy all .EXE and .CMD somewhere along your PATH.
  53.  
  54.       3. Copy RDC.INF somewhere along your BOOKSHELF.
  55.  
  56.       [3.bis  If you're using the OS/2 Developer's toolkit, I highly 
  57.          recommend you to add or edit the following line in your
  58.          CONFIG.SYS:
  59.  
  60.             SET TOOLSREF=TOOLINFO.INF+RDC.INF
  61.  
  62.          and to adjust the parameter line of the "Tools References"
  63.          icon in the "Toolkit Information" folder.]
  64.  
  65.       You're done!
  66.  
  67.  
  68. Miscellaneous:
  69. ==============
  70.  
  71.       Source code for RDC.INF and RDCPP.EXE is included in SOURCE.ZIP 
  72.       (which is part of the RESMGR package).
  73.  
  74.       And, yes, it's free :-)
  75.  
  76.  
  77. Common troubles:
  78. ================
  79.  
  80.       RC.EXE and RCPP.EXE must have been installed in your system if 
  81.       you want to be able to add or remove resources from an 
  82.       executable file.
  83.  
  84.       In the same flavor, REXX support should be enabled.
  85.  
  86.       RDC does not decompile Dialog resources from a .RES file.  Use 
  87.       DLGEDIT.EXE instead (the Dialog Editor is included in the OS/2
  88.       Developer's toolkit).
  89.