New Surround plugin Problem building latest tip on MS VS 2013/2015

Problem building latest tip's new Surround plugin (also  MS VS community 2015)

Note warnings only appear when you try to view the definition of M_PI


Warning    1    warning C4996: 'juce::AudioProcessor::silenceInProducesSilenceOut': was declared deprecated    JUCE\examples\PlugInSamples\Surround\Source\SurroundProcessor.cpp    126    1    Surround
    4    IntelliSense: identifier "PropertiesFile" is undefined    JUCE\modules\juce_audio_processors\scanning\juce_PluginListComponent.h    50    26    Surround
    5    IntelliSense: identifier "PropertiesFile" is undefined    JUCE\modules\juce_audio_processors\scanning\juce_PluginListComponent.h    68    46    Surround
    6    IntelliSense: identifier "PropertiesFile" is undefined    JUCE\modules\juce_audio_processors\scanning\juce_PluginListComponent.h    71    36    Surround
    7    IntelliSense: identifier "PropertiesFile" is undefined    JUCE\modules\juce_audio_processors\scanning\juce_PluginListComponent.h    97    5    Surround
    3    IntelliSense: identifier "M_PI" is undefined    JUCE\examples\PlugInSamples\Surround\Source\SurroundProcessor.cpp    64    69    Surround
    10    IntelliSense: cannot open source file "contexts/juce_LowLevelGraphicsSoftwareRenderer.h"    JUCE\modules\juce_graphics\juce_graphics.h    105    1    Surround
    11    IntelliSense: cannot open source file "contexts/juce_LowLevelGraphicsPostScriptRenderer.h"    JUCE\modules\juce_graphics\juce_graphics.h    106    1    Surround
    8    IntelliSense: cannot open source file "app_properties/juce_PropertiesFile.h"    JUCE\modules\juce_data_structures\juce_data_structures.h    39    1    Surround
    9    IntelliSense: cannot open source file "app_properties/juce_ApplicationProperties.h"    JUCE\modules\juce_data_structures\juce_data_structures.h    40    1    Surround
Error    2    error C2065: 'M_PI' : undeclared identifier    JUCE\examples\PlugInSamples\Surround\Source\SurroundProcessor.cpp    64    1    Surround
 

Thanks! Looks like a silly typo, will sort that out!

1 Like