Re: VST2AU SDK and MacOS 10.3 problem
Re: VST2AU SDK and MacOS 10.3 problem
- Subject: Re: VST2AU SDK and MacOS 10.3 problem
- From: Marc Poirier <email@hidden>
- Date: Wed, 5 Nov 2003 15:52:45 -0600 (CST)
I think that the stubs for MusicDeviceBase::StartNote and StopNote changed
in the Panther SDK. So you'll need to modify yours accordingly, and
you're getting errors since those are pure virtual methods.
Marc
On Thu, 6 Nov 2003, 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.