Re: Flattening Mac resource files?
Re: Flattening Mac resource files?
- Subject: Re: Flattening Mac resource files?
- From: Daniel Jalkut <email@hidden>
- Date: Sun, 30 May 2004 10:37:11 -0700
Rez documentation is hidden in the MPW documentation:
ftp://ftp.apple.com/developer/Tool_Chest/Core_Mac_OS_Tools/MPW_etc./
Documentation/MPW_Reference/Building_Progs_In_MPW.sit.hqx
Daniel
On May 28, 2004, at 12:01 AM, M. Uli Kusterer wrote:
At 1:43 Uhr +0100 28.05.2004, Nicko van Someren wrote:
On a related but slightly different note, I've been looking for some
time but have failed to find documentation on the syntax of the Rez
file format. It looks fairly simple but I've yet to be able to do
things like include unicode in strings. One of my projects is set up
to build a compressed, internet-ready .dmg file and I'd like to
automate the addition of the click-through license that DiskUtil puts
up when it mounts the disk. Can someone point me to some reasonably
complete documentation on the Rez file format?
I don't think Rez has been updated to do unicode. I'd just suggest
you use the resource manager APIs to create a resource file (e.g.
using NDResourceFork) and give it NSData generated from your Unicode
string.
That being said, you will probably have to look at the legacy docs on
Apple's web site to find out the general syntax for Rez. If it has
been updated to support anything more than MacRoman, you'll probably
find that in the Project Builder/xCode release notes somewhere.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.