• 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
GetAliasSize vs. sliasSize
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GetAliasSize vs. sliasSize


  • Subject: GetAliasSize vs. sliasSize
  • From: Norio Ota <email@hidden>
  • Date: Mon, 3 Oct 2005 10:58:23 +0900

Hi,

I'm a bit confused how to write a code using aliasSize and GetAliasSize.

I'm trying to make an app supporting MacOS 10.3 and later and Intel-based Mac with Xcode 2.1.

I set
MACOSX_DEPLOYMENT_TARGET_ppc to 10.3.9,
MACOSX_DEPLOYMENT_TARGET_i386 to 10.4,
GCC_VERSION_ppc to 4.0,
GCC_VERSION_i386 to 4.0,
SDKROOT_ppc to /Developer/SDKs/MacOSX10.3.9.sdk
SDKROOT_i386 to /Developer/SDKs/MacOSX10.4u.sdk

In one of my functions I try to obtain an alias size using GteAliasSize. But Xcode tells me "error:'GetAliasSize' was not declared in this scope". Then I used aliasSize instead, it tells "error:'struct AliasRecord' has no member named 'aliasSize'" at this time.

I think I only have to put a flag or something, but I don't come up with any idea at all.
Would you help me out?


Thank you.
Norio

_______________________________________________
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: GetAliasSize vs. sliasSize
      • From: "Sean McBride" <email@hidden>
    • Re: GetAliasSize vs. sliasSize
      • From: Eric Albert <email@hidden>
  • Prev by Date: Re: How to use TextWrangler as the diff tool?
  • Next by Date: Re: GetAliasSize vs. sliasSize
  • Previous by thread: Re: How do I build universal binaries for libraries with endian-specific code
  • Next by thread: Re: GetAliasSize vs. sliasSize
  • Index(es):
    • Date
    • Thread