Re: Compiling .r files
Re: Compiling .r files
- Subject: Re: Compiling .r files
- From: Scott Squires <email@hidden>
- Date: Thu, 06 Apr 2006 19:52:01 -0700
- Thread-topic: Compiling .r files
Title: Re: Compiling .r files
Here’s the .r file I’m using as a test. 02Example01.r
#include <Dialogs.r>
resource 'ALRT' (128, purgeable) {
{50, 50, 170, 430},
128,
{
OK, visible, silent,
OK, visible, silent,
OK, visible, silent,
OK, visible, silent,
},
alertPositionMainScreen
};
resource 'DITL' (128, purgeable) {
{ {80, 300, 100, 360},
Button {
enabled,
"OK"
},
{15, 70, 85, 350},
StaticText {
disabled,
"Hello World, this is XCode!"
}
}
};
122 errors result from compiling this single file.
02Example01.r:3: Resource 'ALRT' (128, purgeable).
02Example01.r:15: Resource 'DITL' (128, purgeable).
AEUserTermTypes.r:51: Type 'aeut'
AEUserTermTypes.r:282: Type 'aete' as 'aeut'
AEUserTermTypes.r:284: Type 'scsz'
AEUserTermTypes.r:314: Type 'osiz'
AppleEvents.r:63: Type 'aedt'
CodeFragments.r:161: Type 'cfrg'
.....
TextEncodingPlugin.r:120: Type 'cvwb'
TextEncodingPlugin.r:141: Type 'cvmm'
I’ve set no search path for REZ of prefix files.
Place into project. Added it to the Build ResourceManager Resource phase.
Scott
_______________________________________________
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