Hey ROLI-Team,
just want to point out that the JUCE_API attribute is missing before each of the openGl-functions
LowLevelGraphicsContext* createOpenGLGraphicsContext(…)
in ‘juce_OpenGLGraphicsContext.h’, wich leads to unresolved symbols when using dynamic linking.
