Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s3eIOHook::Init - m_helper seems to be undefined #1

Open
bfCStocker opened this issue Feb 12, 2015 · 3 comments
Open

s3eIOHook::Init - m_helper seems to be undefined #1

bfCStocker opened this issue Feb 12, 2015 · 3 comments

Comments

@bfCStocker
Copy link

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

@deemen
Copy link
Contributor

deemen commented Feb 14, 2015

Are you using the latest version of Wwise? The Init() function was added in one of the more recent versions.

@bfCStocker
Copy link
Author

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).

@deemen
Copy link
Contributor

deemen commented Feb 16, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants