Re: How to open .rsrc file in Xcode?
Re: How to open .rsrc file in Xcode?
- Subject: Re: How to open .rsrc file in Xcode?
- From: "Philippe Casgrain" <email@hidden>
- Date: Wed, 24 Mar 2004 09:09:53 -0500
- Priority: normal
Le 04-03-24, ` 00:47, Chris Espinosa a icrit :
On Mar 23, 2004, at 6:40 PM, 1h0f?A wrote:
I'm looking into some carbon C code edited by CodeWarrior.
Is there any method to open .rsrc and .mcp file in Xcode?
By far the best way to open the .rsrc is with Resorcerer by
Mathemaesthetics:
http://www.mathemaesthetics.com/ResorcererIndex.html
Another way to "open" the contents of the .rsrc file is to DeRez it to
a text file, along with some type information. It will at least get the
file to a human-readable format, which may be all that is needed. It's
not a GUI, though!
DeRez "Your File.rsrc"
/System/Library/Frameworks/Carbon.framework/Headers/Carbon.r > "Your
File.r"
The Rez tool does the opposite conversion ("compilation"), but that may
not be needed since CodeWarrior and Xcode both understand the .r
format.
Philippe
This e-mail message is intended only for the named recipient(s) above
and may contain information that is confidential, proprietary, privileged,
and /or exempt from disclosure under applicable law. If you have
received this message in error, or are not the named recipient(s),
please immediately notify the sender and delete this e-mail message
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.