how does an AU host deals with AU/AudioToolbox framework versions?!?
how does an AU host deals with AU/AudioToolbox framework versions?!?
- Subject: how does an AU host deals with AU/AudioToolbox framework versions?!?
- From: seb_plogue <email@hidden>
- Date: Fri, 19 Mar 2004 15:16:04 -0500
Hi all,
I have a "really fun" problem:
I use AUEventListenerCreate & co and it seems
that they are only in QT6.5/10.3
I just had a nice crash report telling me
that every time an AU is instantiated in my host,
it crashes. It turns out that the user
installed QT version is 6.3.
Does that mean I'll have to look at available
symbols at runtime and duplicate code to handle
both the old way and the latest way depending
on what's available? (if so any other surprises
in a similar vein I'll need to handle so my AU
hosting code may start to rival my VST one?)
or do I force users to update to QT6.5?
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.