|
|
@@ -40,6 +40,11 @@ namespace DummyNamespaceStatementToCatchSyntaxErrors {} |
|
|
|
different memory layouts, leading to very nasty memory corruption errors when they all get
|
|
|
|
linked together. That's why it's best to always include the Introjucer-generated AppConfig.h
|
|
|
|
file before any juce headers.
|
|
|
|
|
|
|
|
Note that if you do have an AppConfig.h file and hit this warning, it means that it doesn't
|
|
|
|
contain the JUCE_MODULE_AVAILABLE_xxx flags, which are necessary for some inter-module
|
|
|
|
functionality to work correctly. In that case, you should either rebuild your AppConfig.h with
|
|
|
|
the latest introjucer, or fix it manually to contain these flags.
|
|
|
|
*/
|
|
|
|
#ifdef _MSC_VER
|
|
|
|
#pragma message ("Have you included your AppConfig.h file before including the JUCE headers?")
|
|
|
|