[Openal] OpenAL initialization problem
Laszlo Menczel
menczel at mailbox.hu
Sun Jul 22 04:46:01 PDT 2007
Hi,
My first suggestion is that after calling library functions always check the
error situation by calling alGetError(). In this way you can find out where
your code fails.
I see that you use the alut system to load your sound data. Are you sure
that it works w/o alut initialization? (The "#ifndef' removes alutInit when
you compile for plain OpenAL)
I hope this helps you.
Laszlo Menczel
Szeged, Hungary
--
View this message in context: http://www.nabble.com/OpenAL-initialization-problem-tf4124449.html#a11730353
Sent from the OpenAL - User mailing list archive at Nabble.com.
More information about the Openal
mailing list