home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Libraries / HQX 1.0 / example / hqxtool.r < prev    next >
Encoding:
Text File  |  1997-07-05  |  1.2 KB  |  61 lines  |  [TEXT/MPS ]

  1. /* file hqxtool.r 
  2.     BinHex decoder/encoder routines, resources.
  3.     Copyright (c) 1995, 1996, 1997 by John Montbriand.  All Rights Reserved.
  4.     Permission hereby granted for public use.
  5.         Distribute freely in areas where the laws of copyright apply.
  6.     USE AT YOUR OWN RISK.
  7.     DO NOT DISTRIBUTE MODIFIED COPIES.
  8.     Comments/questions/postcards* to the author at the address:
  9.       John Montbriand
  10.       P.O. Box. 1133
  11.       Saskatoon Saskatchewan Canada
  12.       S7K 3N2
  13.     or by email at:
  14.       tinyjohn@sk.sympatico.ca
  15.     *if you mail a postcard, then I will provide you with technical support
  16.     regarding questions you may have about this file.
  17. */
  18.  
  19. #include "Types.r"
  20. #include "CodeFragmentTypes.r"
  21.  
  22. include "hqxtool.rsrc";
  23.  
  24. resource 'SIZE' (-1, purgeable)  {
  25.     reserved,
  26.     acceptSuspendResumeEvents,
  27.     reserved,
  28.     canBackground,
  29.     doesActivateOnFGSwitch,
  30.     backgroundAndForeground,
  31.     dontGetFrontClicks,
  32.     ignoreAppDiedEvents,
  33.     is32BitCompatible,
  34.     isHighLevelEventAware,
  35.     localAndRemoteHLEvents,
  36.     isStationeryAware,
  37.     dontUseTextEditServices,
  38.     reserved,
  39.     reserved,
  40.     reserved,
  41.     1024 * 300,
  42.     1024 * 300
  43. };
  44.  
  45.  
  46. resource 'cfrg' (0) {
  47.     {    kPowerPC,
  48.         kFullLib,
  49.         kNoVersionNum,
  50.         kNoVersionNum,
  51.         kDefaultStackSize,
  52.         kNoAppSubFolder,
  53.         kIsApp,
  54.         kOnDiskFlat,
  55.         kZeroOffset,
  56.         kWholeFork,
  57.         "hqxtool"
  58.     }
  59. };
  60.  
  61.