Re: best way to get rate conversion
Re: best way to get rate conversion
- Subject: Re: best way to get rate conversion
- From: "Phil Burk" <email@hidden>
- Date: Sat, 12 Oct 2002 13:59:01 -0700
>
[ If I compile the code on Jaguar, will it execute on pre-Jaguar
>
[ systems? In other words is it statically linked with the new units
>
[ or are they dynamically linked?
>
>
Even with dynamic linking, a program will not run if it accesses API that
did
>
not exist pre-Jaguar.
Do you mean "BECAUSE of dynamic linking"?
Generally, if a feature is dynamically linked, then an application won't run
on older systems because the dynamic library is missing.
But if the feature is statically linked then it might work on older system
because the feature is carried along with the application.
So if the new AUConverter feature is statically linked with my app, I may be
able to compile it on Jaguar but run it on old 10.1 systems. Unfortunately,
I believe that it is dynamically linked. So I will need to restrict myself
to features available in the 10.1 SDK if I want to run on most OS X Macs.
Phil Burk
_______________________________________________
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.