Re: XCode Resource Files
Re: XCode Resource Files
- Subject: Re: XCode Resource Files
- From: David Dunham <email@hidden>
- Date: Wed, 3 May 2006 15:41:56 -0700
On 3 May 2006, at 13:38, Madhavi Kankanala wrote:
I do have the Rez prefix file in my project which calls other
header files and other resource files but this resource file can't
recognize the compiler type.
The compiler type? What's the extension of your resource file source?
I am a kind of new to resource files. Can you explain me what the
following lines will do.
resource 'STR#' (214, "name", purgeable) {
{
" Print Preview",
" Print This Chapter"
}
};
Make a string resource (STR#) with two strings, with id 214 and name
"name".
Is there a quick way to convert this file to Rez compatible
resource file, because we don't wan't to make so many changes in
our project as it should be compatible with MetroWerks and Windows
Compiler.
I'm sure the quick way is to get the macros working -- presumably
you're using Rez in Metrowerks as well.
Or else there's another tool involved and this isn't for Rez at all,
since I'm having a hard time imagining how the macros would work.
------------
David Dunham email@hidden http://www.pensee.com/dunham/
"No matter how far you have gone on a wrong road, turn back." -
Turkish proverb
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden