Hi, I'm trying to build my game using visual studio 2013 due to the improvements made into c++11 and we can't link against the static libraries because of a mismatch version.
wwise libs were compiled with vc110 and are not compatible with vc120. This is the exact error I'm getting:
Error 199 error LNK2038: mismatch detected for '_MSC_VER': value '1800' doesn't match value '1700' in appenders.obj
If you were able to solve this please tell me how you did it.
Thanks!