Re: Moving our AU plugin to Leopard/Xcode3
Re: Moving our AU plugin to Leopard/Xcode3
- Subject: Re: Moving our AU plugin to Leopard/Xcode3
- From: Olivier Tristan <email@hidden>
- Date: Tue, 13 May 2008 17:23:56 +0200
Shai Shasag wrote:
We're moving our development system to Leopard/Xcode3 and I'm not sure
what to do about our AU plugin.
The main difficulty seem to be the Core Audio SDK 1.5.
* Core Audio SDK is not part of the /Developer/SDKs/ hierarchy (Why BTW?)
* Core Audio SDK 1.5 is not available to download from Apple
(http://developer.apple.com/audio/download/)(Why BTW?)
* Core Audio SDK 1.5 cannot be installed on Tiger (Actually it cannot
be installed on any system since there is no download)
* Core Audio SDK 1.5 has differences from version 1.4.4 that require
changes in our code. For example AUCarbonViewBase::HandleEvent has
another parameter added.
* There is no way to tell which version of the Core Audio SDK is
currently being compiled, e.g. some #define to tell the version, so we
cannot write code that will compile under both SDKs
Our goal are:
1) AU plugin should compile on both Tiger(Xcode 2.4.1) and
Leopard(Xcode 3) using the same Xcode project.
2) The compiled plugin should run on both Tiger and Leopard - no
matter where it was compiled.
It works for us, so I would say yes.
You have to take care of virtual function parameter change the way Nick
Dowell suggest
and as Tahome Izwah said use the 10.5 SDK but set the deployment target
to 10.4
Still I would prefer just like you an SDK compatible on Tiger.
HTH
--
Olivier Tristan
Ultimate Sound Bank
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden