Hi. I'm testing latest wwise version v2014.1.3_build_5219.
I want to run the integrationDemo included with the wwise distribution.
When i open the project in XCode 6.1.1. I get 3 compilation problems on AKDefaultiIOHookBlocking.cpp
call to non-static member function without an object argument
on lines
81:
CAkMultipleFileLoc::Term();
108:
return CAkMultipleFileLoc::Open(in_pszFileName, in_eOpenMode, in_pFlags, false, out_fileDesc);
132:
return CAkMultipleFileLoc::Open(in_fileID, in_eOpenMode, in_pFlags, false, out_fileDesc);
I've tried commenting these lines and then i get this other error on IntegrationDemo.cpp line 100
m_pLowLevelIO->SetBasePath( SOUND_BANK_PATH );
/Wwise/Wwise_v2014.1.3_build_5219/SDK/samples/IntegrationDemo/Common/IntegrationDemo.cpp:100:17: No member named 'SetBasePath' in 'CAkFilePackageLowLevelIOBlocking'
If i comment this line then the app runs but i get these messages
AK Error: Bank Load Failed
/Users/ace/Wwise/Wwise_v2014.1.3_build_5219/SDK/samples/SoundEngine/POSIX/AkFileHelpers.h:104:CloseFile failed assertion `!"Failed to close file handle"'
/Users/ace/Library/Developer/CoreSimulator/Devices/ED511410-8D2E-4B30-804B-56DD72DF45C9/data/Containers/Bundle/Application/BCC64C23-D94F-4943-8A56-B176EF74D0AE/IntegrationDemo.app/iOS/AK Error: Unload bank failed, requested bank was not found.
And the screen shows a message telling "failing to load file "Init.bnk" under soundbank path." with the joystick and control keys at the bottom.
Could you give me some advice on how to have this sample running correctly?