Re: AU & CodeWarrior Newbie question
Re: AU & CodeWarrior Newbie question
- Subject: Re: AU & CodeWarrior Newbie question
- From: email@hidden
- Date: Wed, 2 Oct 2002 16:20:05 +0200
Markus Fritze wrote :
I know, we patched <cmath> for Logic. AFAIK a new MSL is in
beta now. MSL has several problems with the BSD files, this is
one of these problems.
Marc Poirier wrote :
I just use a prefix file with this in it
#include <MacHeadersMach-O.h>
#undef HUGE_VALF
//...whatever else you need etc...
It appears to me that Marc solution is better. SDK compiled in a
second and, as far I see, I found much much better to made that
config.h and include it in CW project directory than patching a
foundation file. Am I wrong ?
Also, I've seen that Apple's AU SDK and emagic's one are not
synchronised, because while using some callback on different dev
env, it appears that some functions have to be declared as
static pascal on CW and only static on PB. It also appears to me
(but I'm probably wrong) that it is the only difference between
files in both SDK. Then those two SDK should be unified isn't
it ?
Another thing. Both SDK do not use relative path to access
headers, which can be annoying when a .cpp is fetching some
headers from a different directory. I'm saying this because I
have some name conflict with AUBuffer.h.
_______________________________________________
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.