wxEuphoria sound
- Posted by Kondor_Attila Sep 10, 2011
- 1491 views
Hello everybody,
I wrote a sound test:
--sound_test.exw include wxeu/wxeud.e atom s, x s = create( wxSound, {"minewinner.wav"}) x = sound_play (s, wxSOUND_ASYNC)
ex.err:
/usr/share/euphoria/include/wxeu/wxeud.e:6327 in function create() c_proc/c_func: bad routine number (-1) class = 111'o' params = { {109'm',105'i',110'n',101'e',119'w',105'i',110'n',110'n', 101'e',114'r',46'.',119'w',97'a',118'v'} } rid = -1 .....
(with mines.exw is the same)
How can I to hear it?
Thanks, Attila Kondor