home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / resmgr.zip / readme < prev    next >
Text File  |  1996-02-18  |  3KB  |  101 lines

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