[Openal] Static libray of OpenAl Without DLL (For
visualstudioproject)
Chris Robinson
chris.kcat at gmail.com
Fri Jun 20 00:44:40 PDT 2008
On Friday 20 June 2008 12:21:44 am wassim_belhadj wrote:
> Among the list there is a variable named DSOUND in front of this variable
> it is marked ON.
That just means that it'll enabled DSound if it's available. You need to check
the output of running cmake to see what checks fail and pass. If cmake's
already been run, you can look at CMakeFiles/CMakeError.log to see which
checks failed and why.
> NB:The same application works perfectly when i am using Creative OpenAL SDK
> on Windows Platform.
Because Creative's DLLs are pre-compiled to use DSound. To compile apps using
DSound, there are some needed libraries and headers which CMake doesn't seem
to be finding.
BTW, are you using OpenAL Soft 1.4? You should update if you're not.
More information about the Openal
mailing list