Quote: You need to replace the AL headers in the "dependencies" zip w/ the ones in OALWrapper (or just remove them from your "dependencies" folder). And you need to add a compile option of WITH_ALUT.
When I did it HPL1Engine compiles fine
but OALWrapper still has an error:
1> OAL_OggSample.cpp
1>sources\OAL_OggSample.cpp(61): error C2065: 'OV_CALLBACKS_DEFAULT' : undeclared identifier
1> OAL_OggStream.cpp
1>sources\OAL_OggStream.cpp(154): error C2065: 'OV_CALLBACKS_DEFAULT' : undeclared identifier
1> OAL_WAVSample.cpp
Now it's all OK, thanks for help.