Re: where can I get an old SDK?
Re: where can I get an old SDK?
- Subject: Re: where can I get an old SDK?
- From: Marc Poirier <email@hidden>
- Date: Thu, 15 Apr 2004 10:48:57 -0400 (EDT)
You could use something like Pacifist:
http://charlessoft.com/
on the installer package from the Xcode install CD and pick out what you
need. But probably you could just use the new SDK without much trouble.
There are only a few changes that I had to make:
1) change all instances of the word AUVParameter to CAUUParameter
2) remove AUPublic/AUCarbonViewBase/AUVParameter.*
3) add PublicUtility/CAAUParameter.*
4) add AUPublic/AUViewBase/AUViewLocalizedStringKeys.h
5) add AUPublic/AUPropertiesPostPantherAdditions.h, but remove the
kAudioUnitProperty_OfflineRender enum from it (as others have pointed out,
this was an error and causes a clash with the latest framework headers)
On Thu, 15 Apr 2004, Urs Heckmann wrote:
>
Hiya,
>
>
I carelessly installed the latest CoreAudio SDK 1.3.1 and now
>
everything is f***ed up. I mean, it's really in a mess now. I can't do
>
all changes necessary in my whole GUI Framework ( more than 50 .cpp
>
files now... ) and beta test this before release.
>
>
I can't find the installer for the SDK I used so far. Where can I get
>
the previous SDK?
>
>
desperately,
>
>
;) Urs
_______________________________________________
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.