I'm using OpenAL, trying to load a .ogg file and having .dll troubles

Posted by Brendan Webster on Game Development See other posts from Game Development or by Brendan Webster
Published on 2012-07-09T19:59:26Z Indexed on 2012/07/09 21:23 UTC
Read the original article Hit count: 302

Filed under:
|
|
|

I'm using OpenAL for my game's music, and it loads .wav files by default, but to load in Ogg files I had to download and setup a few .dlls and lib files. I have fixed all errors with dlls except for this: I need vorbis.dll, and it says it's missing vorbis_window. I just can't find the dll anywhere online that includes the vorbis_window, anyone have suggestions on how I should fix this problem with my dll?

© Game Development or respective owner

Related posts about c++

Related posts about libraries