LWJGL Forum

Programming => OpenAL => Topic started by: bobjob on May 01, 2007, 06:54:33

Title: ALC in lesson01 openAl tutorial
Post by: bobjob on May 01, 2007, 06:54:33
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
Title: Re: ALC in lesson01 openAl tutorial
Post by: Matzon on May 01, 2007, 07:44:25
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.
Title: Re: ALC in lesson01 openAl tutorial
Post by: Matzon on May 02, 2007, 04:53:19
meh, post poned 24 hours - busy playing PS3 :)
Title: Re: ALC in lesson01 openAl tutorial
Post by: bobjob on May 02, 2007, 05:23:39
hahahahahahahahaha

i think it may be correct on the html page, but not the source file download.
Title: Re: ALC in lesson01 openAl tutorial
Post by: Matzon on May 04, 2007, 20:13:27
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.