You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is not the init but the m_helper variable. Sorry for not beeing
clear on this. I couldnt find out if i'm missing a file or why it couldnt
find this m_helper (or what it should be)
Am 14.02.2015 19:56 schrieb "deemen" [email protected]:
Are you using the latest version of Wwise? The Init() function was added
in one of the more recent versions.
—
Reply to this email directly or view it on GitHub #1 (comment).
Apologies, m_helper is only meant to be used in the android build and should be wrapped with an #if USE_AK_FILE_HELPERS. If you'd like to make a pull request with the fix I will merge it. Otherwise feel free to comment out the line.
When trying to compile this in XCode i get the error that m_helper in s3eIOHook.cpp is undefined
the following line produces this error:
m_helper.Init();
Not sure if this is a code issue, or something in the setup was wrong
The text was updated successfully, but these errors were encountered: