Build errors (latest tip) VS2015, 32bit

Yes, we need these fixed for VS2015

My work-around for now is to

#ifdef _WIN64
	#define JUCE_USE_SIMD 1
#else
	#define JUCE_USE_SIMD 0
#endif

in AppConfig.h

Thanks,

Rail

3 Likes