[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: :resources in save-application
- To: CAMPER@AppleLink.Apple.COM
- Subject: Re: :resources in save-application
- From: "Mark A. Tapia" <markt@dgp.toronto.edu>
- Date: Thu, 24 Mar 1994 13:45:36 -0500
- Cc: info-mcl@cambridge.apple.com
On Thu Mar 24, Dan Camper asks whether there is a simple method to:
1) Make a stand-alone application using save-application.
2) Using ResEdit, delete unneeded resource types from the new app.
3) Using ResEdit, copy all the resource types from another (ResEdit) document
into the new app.
For a start, examine the binhex example in the Examples folder in
the binhex folder. This code copies crucial resources for the binhex
application. This should start you on the way.
mark