home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue25 / compress / COMPRESS.ZIP / COMP_RES.RC < prev    next >
Encoding:
Text File  |  1997-07-09  |  700 b   |  19 lines

  1. /*
  2.  COMP_RES.RC
  3.  This file defines a custom resource of type TCOMPRESS
  4.  (a file made with TCOMPRESS).
  5.  The particular file being stored in this case
  6.  is MYARCHIV.ARC, made by COMPDEMO, which we will describe
  7.  internally as MyArchiv.
  8.  NB: The *contents* of the archive are not important at
  9.  this point -- they will be whatever file(s) you have placed
  10.  into myarchiv.arc with COMPDEMO.
  11.  
  12.  Compile this file with (16-bit): delphi\bin\brc -r COMP_RES.RC
  13.  or                     (32-bit): delphi3.0\bin\brc32 -r COMP_RES.RC
  14.  
  15.  That will create a COMP_RES.RES file which should be included in
  16.  project's main form or project file with {$R COMP_RES.RES}
  17. */
  18. MyArchiv TCOMPRESS "MYARCHIV.arc"
  19.