Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!um-math!sharkey!cfctech!teemc!hpftc!zardoz!henry.jpl.nasa.gov!elroy.jpl.nasa.gov!usc!apple!dlyons From: dlyons@Apple.COM (David Lyons) Newsgroups: comp.sys.apple Subject: Re: Resource Manger or Toolset 30 Message-ID: <34416@apple.Apple.COM> Date: 29 Aug 89 23:10:17 GMT References: <8908291002.aa11691@SMOKE.BRL.MIL> Organization: Apple Computer Inc, Cupertino, CA Lines: 37 In article <8908291002.aa11691@SMOKE.BRL.MIL> MSER001@ECNCDC.BITNET (Scott Hutinger) writes: >[...] >I have a question about the new Resource Manager, and how it is use. >For example on a mac with MPW you would include the Types.r which tell >what a 'DLOG' should look like, along with other types of resources. >A Macintosh(sorry, but no other examples are available to me which use >a resource) would look something like this. [...] You can do extremely similar stuff with the APW "Rez" resource compiler that will be available from APDA. >How would a person create a new style resource on the IIGS? Also, >what types of resources are standard, or available. Has anyone used >the resource manager yet? I won't try to describe all the standard resource types here--they're in the documentation APDA will have. I know there are people out there using the Resource Manager--don't know whether their products are commercially available yet. (The system itself uses the resource manager in some instances.) If you want to create your own resources and don't have "Rez", you can always write a little program to create them--an extremely miniature resource compiler, for example, could take a list of files and resource types/IDs, and cram each file into an appropriate resource. It would do this by making Resource Manager calls like CreateResourceFile, OpenResourceFile, AddResource, and CloseResourceFile (as well as GS/OS calls to read file contents into handles provided by NewHandle). --Dave Lyons, Apple Computer, Inc. | DAL Systems AppleLink--Apple Edition: DAVE.LYONS | P.O. Box 875 AppleLink--Personal Edition: Dave Lyons | Cupertino, CA 95015-0875 GEnie: D.LYONS2 or DAVE.LYONS CompuServe: 72177,3233 Internet/BITNET: dlyons@apple.com UUCP: ...!ames!apple!dlyons My opinions are my own, not Apple's.