Re: AuVal Error
Re: AuVal Error
- Subject: Re: AuVal Error
- From: Marc Poirier <email@hidden>
- Date: Thu, 10 Nov 2005 08:54:19 -0500
On Nov 10, 2005, at 1:51 AM, Pavol Markovic wrote:
On Nov 9, 2005, at 11:43 PM, Marc Poirier wrote:
Are you using setting SDK Root in Xcode as Mac OS X 10.2.8? If
not, you need to if you want it to run on 10.2.x. There's a lot
about these stuff (targeting AUs for earlier OS releases) in the
archives if you want more info.
Marc
Is this really needed with weak-linking feature of OS X? I haven't
seen problems loading plugins yet made with Current system SDK
(10.3) or Universal SDK (10.4) on OS X 10.2, if the newer API
calls were checked for availability:
if ( NewerSystemAPIFunction) NewerSystemAPIFunction(...);
If you're using C++, almost certainly yes (maybe there are some cases
where you can get by, though). This has to with different versions
of the standard C++ static library included in each major OS update.
Again, this has been covered in more depth in many past messages...
Marc
_______________________________________________
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