Hello,
I’m having trouble migrating from FMOD4 to FMOD5 using the c# wrapper.
In fmod4 everything was working just fine, but with fmod5 every single function call that I make returns me a strange error.
Some research later I found that I could try adding
CharSet = CharSet.Auto, CallingConvention = CallingConvention.Cdecl)]
To the [DllImport(VERSION.dll)] the error persisted.
Is there anything else I can try to do to fix it? Am I doing something wrong?