GetAliasSize vs. sliasSize
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