Re: Diskarbitration 10.3 and 10.4
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Is it possible to have a single build, which runs the public framework on 10.4 and the private one on 10.3? Which leads to the obvious question- what are you trying to do? -Kevin Elliott _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... On Jun 12, 2008, at 8:42 AM, Andy Green wrote: I can, instead, use the 10.3.9/PrivateFrameworks/DiskArb.framework, and the ppc version builds and runs, however there's obviously no i386 build in there. Not to damper your enthusiasm, but you need to be aware the that public API available in 10.4 is COMPLETELY different than the private API from 10.3. It is possible to build code that will work on 10.3 & 10.4, but you'd need to write your code against the 10.3 API. The older API is much more difficult to work with and a lot more arcane. Depending on what your trying to do you may be able to make it work, but if your trying to do something complex it's going to be a hard job. Unless you MUST have 10.3 support, I suggest you target 10.4 where the API is both public, and much more obvious. This email sent to site_archiver@lists.apple.com
participants (1)
-
Kevin Elliott