home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mac / programm / 15469 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  1.7 KB

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!data.nas.nasa.gov!taligent!apple!amdahl!jsp
  2. From: jsp@uts.amdahl.com (James Preston)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Dumb APPL ICON Question
  5. Message-ID: <f5nS039K82wd00@amdahl.uts.amdahl.com>
  6. Date: 15 Sep 92 00:20:53 GMT
  7. References: <1992Sep11.185239.16065@primerd.prime.com> <1992Sep14.145935.13813@primerd.prime.com>
  8. Reply-To: jsp@pls.amdahl.com
  9. Organization: Amdahl Corporation, Sunnyvale CA
  10. Lines: 23
  11.  
  12. J.Cook@ENS.Prime.COM (Jim Cook) writes:
  13.  
  14. }You can have all your BNDL, SIZE, VERS, FREF, ICN#/icl8, and signature
  15. }resources set up correctly in your resource file, BUT if you don't pull down
  16. }"Set Project Type..." from "Project" in the menu bar in Think C to change the
  17. }creator from "????" to your application signature, your custom icon will never
  18. }work.  Seems that Think C will override your [correctly set up] resources...
  19.  
  20. Well, I sympathize with you, because I've done the exact same thing, and
  21. in my case it was just that I had forgotten that I needed to set the
  22. signature in THINK C.  
  23.  
  24. This may seem like a picky point, but I don't think it's accurate to say 
  25. that THINK C "overrides" the resources.  The "creator" box in the "Set 
  26. Project Type" dialog is how you tell THINK C what signature to use when
  27. it creates your application file.  The BNDL, etc. resources that are
  28. contained within the file (and which THINK C merely copies in from your
  29. project's resource file) are not the same beastie as the signature on
  30. the file itself.  Conceivably, a programmer might want them to be different.
  31. Besides, expecting THINK C to actually read the resource file to pick up
  32. the BNDL signature is probably asking too much of it.
  33.  
  34. --James Preston
  35.