JUCE
JUCE copied to clipboard
The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
The 32-bit builds of VST2 with mingw will not generate the legacy `main` entrypoint. The conditional `JUCE_MSVC` disallows this code to build on mingw, it should be probably replaced with...
Commit e98fd4a62ee introduced changes to the OpenGL module in order to fix builds of Vitalium, but ironically, I think these changes broke Helm, which I'm [refactoring and porting to JUCE...
Getting undefined reference when building an exported Makefile. Getting compiler errors when using waf. Latest JUCE master does not have these issues. From Projucer makefile project ``` build/intermediate/Release/include_juce_gui_basics_e3f79785.o: In function...