Re: VST2AU SDK and MacOS 10.3 problem (Modified by Ben Dyer)
Re: VST2AU SDK and MacOS 10.3 problem (Modified by Ben Dyer)
- Subject: Re: VST2AU SDK and MacOS 10.3 problem (Modified by Ben Dyer)
- From: Ben Dyer <email@hidden>
- Date: Wed, 5 Nov 2003 19:05:31 +0000
- Resent-date: Wed, 5 Nov 2003 21:32:34 +0000
- Resent-from: Ben Dyer <email@hidden>
- Resent-message-id: <email@hidden>
- Resent-to: Core Audio <email@hidden>
Hi Malcom,
I saw this the other day. If you look at the prototype for StartNote
you'll notice that
a couple of the parameters have changed from pointers to references in
the latest
MusicDeviceBase. Simply change those to suit in the VSTAU SDK.
Cheers,
Ben.
On 5 Nov 2003, at 17:38, Malcolm Haylock wrote:
Hi Everyone,
It was time to take the plunge and upgrade to Panther but my AU is not
compiling. It uses the Emagic VST2AU SDK with the following unresolved
error. This is using Codewarrior 8.3 and 10.3 headers.
Anyone have a fix?
Error : illegal use of abstract class
('MusicDeviceBase::StartNote(unsigned long, unsigned long, unsigned
long
&, unsigned long, const MusicDeviceNoteParams &)')
(point of instantiation: 'CVST2AUPluginEntry(ComponentParameters *,
CVST2AUPlugin *)')
(instantiating:
'ComponentEntryPoint<CVST2AUPlugin>::Dispatch(ComponentParameters *,
CVST2AUPlugin *)')
ComponentBase.h line 70 Class *This = new Class(ci);
Thabnks,
Malcolm Haylock
_______________________________________________
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.
_______________________________________________
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.