Re: SynthEvent.h compile errors under gcc 4.0
Re: SynthEvent.h compile errors under gcc 4.0
- Subject: Re: SynthEvent.h compile errors under gcc 4.0
- From: Cynthia Bruyns <email@hidden>
- Date: Sat, 11 Jun 2005 20:01:01 -0700
I noticed that also. It should be fixed in the next update. But in
the mean time a SIMPLE fix is the following:
In the Set function description, it should be:
UInt32 paramSize = offsetof(MusicDeviceNoteParams, mControls) +
(inNoteParams->argCount-2)*sizeof(NoteParamsControlValue);
FYI the offsetof function has changed in gcc 4.0 this may catch a
number of developers....
_______________________________________________
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