home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Archive / Interapplication Comm / AEObject-Edition Sample / AEObject-Edition Sample.r < prev    next >
Encoding:
Text File  |  2000-09-28  |  368 b   |  12 lines  |  [TEXT/MPS ]

  1. /* Our Rez file.  All this does is include the .rsrc file that contains the */
  2. /* compiled resources */
  3.  
  4. type 'ERST' {
  5.        integer = $$CountOf(ErrorArray); /*                */
  6.        array ErrorArray {
  7.            integer;                      /* error number */
  8.            pstring;                    /* and the string       */
  9.        };
  10. };
  11.  
  12. include "AESamp.rsrc";