Look on your CW Documentation tree for Apple[doc]:Rez Documentation:DeRez and Rez.
This file explains how to use Rez.
Main Topics
Browse All TopicsCan someone learn me how to use rez, to create text based resources in CW
thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
If you are looking for a quick start and have MPW handy, try this.
Load MPW and type "derez…". (If you can't read the ellipsis character in your browser, I typed derez followed by Option+;).
You will get a commando window for the derez command. Select any resource file e.g. your application and select all the files from MPWs "RIncludes" directory.
Choose a new output file from the redirect output pop-up and click "Derez".
You should now have a file with all of the resources from the chosen resource file in rez format. You can add this to your CodeWarrior project and play with it to your heart's content.
The first thing to do perhaps, is to add the following lines at the top:
#include <Types.r>
#include <SysTypes.r>
Take a look inside these two files and see how templates are constructed.
I think that there should be enough information there to get you started.
This is of course no substitute for reading the Rez Documentation, but it sure beats working from a book and a blank screen.
Happy Hunting!
Business Accounts
Answer for Membership
by: twallPosted on 1997-11-20 at 06:24:13ID: 1291711
Look on your CW Documentation tree for Apple[doc]:Rez Documentation:DeRez and Rez.
This file explains how to use Rez.