Guys, I'm getting this error when compiling the AAX on Windows MSVC++ 2013 Express
error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease'
This shows in a lot of places. Of course, if I go to the AAX Library and compile with /MT instead, the 64 bits version compiles, but the 32 bits version will give an error in math.h
Any clues on this, please? Thank you!