ALC in lesson01 openAl tutorial

Started by bobjob, May 01, 2007, 06:54:33

Previous topic - Next topic

bobjob

for the OpenAl lessons the source code for the first lesson will not compile with the latest version of lwjgl

i have remove the lines that contained the errors, it seems to work, yet im not sure if this is a safe method

anything that uses ALC
import org.lwjgl.openal.ALC;

would it be possible to update lesson1 in the openAl documentation so i can workout the rite way to approach this

thanx in advance

Matzon

sure, I'll update asap - some time tonight...
You should be able to just rename to ALC10 instead.
The changed happened because of a need to differentiate between ALC 1.0 and ALC 1.1.

Matzon

meh, post poned 24 hours - busy playing PS3 :)

bobjob

hahahahahahahahaha

i think it may be correct on the html page, but not the source file download.

Matzon

I have updated the zip.
I still need to update http://lwjgl.org/documentation_openal_04.php since we now expose contexts. I'll do that some time shortly.