willpirkleaudio/ASPiK

Basic project won't build

luiza177 opened this issue · 0 comments

I get the following errors:

(...)/projects/IIRFilters/project_source/source/aax_source/AAXPluginGUI.cpp:220:32: error: no member named 'setAAXViewContainer' in 'VSTGUI::PluginGUI'
                    pluginGUI->setAAXViewContainer(GetViewContainer());

(...)projects/IIRFilters/project_source/source/aax_source/AAXPluginGUI.cpp:286:20: error: no member named 'updateGUIControlAAX' in 'VSTGUI::PluginGUI'
        pluginGUI->updateGUIControlAAX(nTag, (float)controlValue);

I'm on MacOS 10.14, got the latest VST3, AU SDKs, and the AAX SDK version 2.3.2 as I was not able to build 2.4.0. Also noticed that ASPiKreator doesn't have the option to copy filterobjects.h etc anymore.

Let me know if there's any further info I can provide to help figure this out.