FYI: .C files aren't working with FMOD.H [ANDROID]

FYI: if I include “fmod.h” in a .C file rather than .CPP I get compile errors. I can just change the file type to .CPP, and it works.

This is on Android with NDK r9c and FMOD Studio Lowlevel API 10212

I think that would be due to the C++ ‘bool’ type sneaking in to some of the declarations in fmod_dsp.h. Is that what you are seeing? If so, we’re on it.

Apologies for the oversight.

Yes. I think it’s caused by bool.