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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jmacman120

Pages: [1]
1
I got everything to work. Thanks for all your help guys.

2
I got it to somewhat work now. It say it's playing but I don't hear anything, and yes everything is up to date.

3
The program is working fine now but when I run it, it says "Failed to open audio device" (I have the audio file in the same folder.)

4
Okay I fixed that problem but now it says missing libsndfile-1.dll

5
I did that but when the program runs it say i'm missing OpenAl32.DLL

6
I'm sorry, and I don't know what you're talking about so most likely no. ( I'm new to sfml so I'm still learning.)

7
No. Here's the errors I get. http://25.media.tumblr.com/2b8de2f9500d606a86c746b903c88665/tumblr_mg30hpedss1qjlgmjo2_1280.png
And I get errors if I use the Music class as well.

8
I'm trying to play a sound in my program and when I try to use anything from music or soundbuffer I get the error.

int audio()
{
sf::SoundBuffer buff;

if (!buff.loadFromFile("anon.wav"))
{
        //error...
}

sf::Sound anon_m;
anon_m.setBuffer(buff);

anon_m.play();

return 0;
}

Pages: [1]
anything