Hi,
Can you replace in “juce_PlatformDefs.h” at line 55 the following definition:
by:
Because when we don’t use the juce namespace in combination with JUCE_LOG_ASSERTIONS flag, this blocks the compilation.
Best regards
Hi,
Can you replace in “juce_PlatformDefs.h” at line 55 the following definition:
by:
Because when we don’t use the juce namespace in combination with JUCE_LOG_ASSERTIONS flag, this blocks the compilation.
Best regards
Yes! Good suggestion, thanks!