Re: AuVal Error
Re: AuVal Error
- Subject: Re: AuVal Error
- From: Airy André <email@hidden>
- Date: Wed, 9 Nov 2005 19:27:18 +0100
Le 8 nov. 05 à 20:22, Jeremy Sagan a écrit :
I wrote something similar about this to this list a while ago and,
as of yet, have not heard an answer. The subject was:
"Re: SDK compability question" and the content was:
"I have tried out the sinsynth example in the new Coreaudio SDK. I
have configured it to run under 10.2 and it works fine.
Why when I change sin to sinf in sinsynth.cpp does the plug-in then
fail to load under 10.2.8?
Auval under 10.2.8 says the function can not be found in some
library where it was expected."
So I suspect if you change powf to pow and sqrtf to sqrt it may
just work.
Right, powf and sqrtf are only available in recent systems.
A small warning : I've seen some recent gcc automatically replace
some xxx to xxxf for some math intrinsics function when compiled with
optimisations (while i don't remember if it was only on x86 or on ppc..)
Airy
_______________________________________________
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