Re: Flattening Mac resource files?
Re: Flattening Mac resource files?
- Subject: Re: Flattening Mac resource files?
- From: "M. Uli Kusterer" <email@hidden>
- Date: Fri, 28 May 2004 09:01:54 +0200
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.