AAX SDK and VSTGUI compatibility

Hi,

I’m currently trying to build an old project of mine that uses VST GUI for the UI. The issue I’m encountering is that in the latest version of VST GUI, the CFrame class is now marked as final, which is preventing the VSTGUI_ContentView I was using from working.

From what I can see in the AAX SDK examples, the same issue seems to occur there as well.

Any suggestions?

Thanks!

You may need to ask Avid what their intention was to subclass it and if they have a version adapted to the latest VSTGUI version. The “final” keyword was added 8 years ago.