SFML community forums

Help => Audio => Topic started by: Srejv on November 30, 2007, 05:23:44 pm

Title: No audiodevice found
Post by: Srejv on November 30, 2007, 05:23:44 pm
Hey, I'm having some trouble distributing my programs with audio. The programs run fine, except for the fact that it gives the error "Audio device cannot be found." and no music starts playing.

I've added OpenAL32.dll to the exec dir.

Any ideas?

Edit: Add wrap_oal.dll to dir. Works.

Isn't there any way to do static linking? :<
Title: No audiodevice found
Post by: Laurent on December 01, 2007, 11:08:23 am
You shouldn't do this. You must install the OpenAL runtime (oalinst.exe) on each computer running an OpenAL program.
Title: No audiodevice found
Post by: Srejv on December 06, 2007, 05:40:03 pm
Yes, I know, but it wasn't possible for this app.