Re: FileManager for ppc64, #include <CoreServices/CoreServices.h> gives error.
Re: FileManager for ppc64, #include <CoreServices/CoreServices.h> gives error.
- Subject: Re: FileManager for ppc64, #include <CoreServices/CoreServices.h> gives error.
- From: Jean-Daniel Dupas <email@hidden>
- Date: Tue, 11 Mar 2008 19:27:09 +0100
Le 11 mars 08 à 18:18, Ruslan Zasukhin a écrit :
Hi List,
OS X 10.5.2, XCODE 3.0
--------------------------------------
I have try compile first time for 64-bit platforms, and getting error
#if __ppc64__
#error 64-bit not supported
#endif
Right in the
#include <CoreServices/CoreServices.h>
QUESTION IS:
Why here present such error ??
In the docs of FileManager we can read that e.g. FSRef, OSType and
others
Must be available for 10.5 and 64 bit apps.
And <CoreServices/CoreServices.h> is mentioned as header for them.
What is wrong then ?
How I can make 32 and 64bit app that uses FileManager with FSRef ?
Probably because 64 bits is not support in 10.4 and your using the
10.4u SDK ?
_______________________________________________
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