• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Compiling .r files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Compiling .r files
      • From: David Dunham <email@hidden>
    • Re: Compiling .r files
      • From: Chris Espinosa <email@hidden>
References: 
 >Re: Compiling .r files (From: Chris Espinosa <email@hidden>)

  • Prev by Date: Import GtkAda project into xcode
  • Next by Date: Re: Compiling .r files
  • Previous by thread: Re: Compiling .r files
  • Next by thread: Re: Compiling .r files
  • Index(es):
    • Date
    • Thread