Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: No audiodevice found  (Read 16817 times)

0 Members and 1 Guest are viewing this topic.

Srejv

  • Jr. Member
  • **
  • Posts: 63
    • View Profile
No audiodevice found
« 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? :<

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
No audiodevice found
« Reply #1 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.
Laurent Gomila - SFML developer

Srejv

  • Jr. Member
  • **
  • Posts: 63
    • View Profile
No audiodevice found
« Reply #2 on: December 06, 2007, 05:40:03 pm »
Yes, I know, but it wasn't possible for this app.

 

anything