Littlefield, Tyler
2007-09-04 18:01:02 UTC
Hello list,
I've got a problem.
I am trying to just play a sound, with the following code:
RefPtr<AudioDevice> device(OpenDevice());
RefPtr<OutputStream> sound(OpenSound(device.get(), "test.mp3", false));
sound->play();
I get an access violation (runtime error) on the sound->play line; help comments and etc would be appriciated.
Thanks,
Tyler Littlefield.
Vertigo head coder
"My programs don't have bugs, just randomly added features."
msn: ***@hotmail.com
email: ***@gmail.com
aim: st8amnd2005
skype: st8amnd127
I've got a problem.
I am trying to just play a sound, with the following code:
RefPtr<AudioDevice> device(OpenDevice());
RefPtr<OutputStream> sound(OpenSound(device.get(), "test.mp3", false));
sound->play();
I get an access violation (runtime error) on the sound->play line; help comments and etc would be appriciated.
Thanks,
Tyler Littlefield.
Vertigo head coder
"My programs don't have bugs, just randomly added features."
msn: ***@hotmail.com
email: ***@gmail.com
aim: st8amnd2005
skype: st8amnd127