In the JUCE AuCarbonViewBase.cpp line 263 needs to be something like
HISize originalSize = { static_cast<float>(mBottomRight.h), static_cast<float>(mBottomRight.v) };
otherwise it won’t compile.
In the JUCE AuCarbonViewBase.cpp line 263 needs to be something like
HISize originalSize = { static_cast<float>(mBottomRight.h), static_cast<float>(mBottomRight.v) };
otherwise it won’t compile.
Thanks, though it’s Apple’s code, so not much I can do except to leave your thread here to warn people!
Yeah i noticed that it’s apple a minute later, sorry for that. But it’s still needed.