1. Sounds in Win32
Hello,
I'm a Euphoria newbie, and need some help. In Win32, how do you play
WAV files? I've heard it done before, but have never been able to find
any code that incorporates WAV files. Any help on the situation would be
greatly appreciated.
Thank you very much,
Taylor Stearns
2. Re: Sounds in Win32
Taylor Stearns writes:
> In Win32, how do you play WAV files?
euphoria\demo\win32\window.exw has an example
of this. The C routine PlaySound() is called from Euphoria.
Regards,
Rob Craig
Rapid Deployment Software
http://members.aol.com/FilesEu/
3. Re: Sounds in Win32
- Posted by MB King <boot_me at GEOCITIES.COM>
Jun 09, 1999
-
Last edited Jun 10, 1999
Hi Taylor,
Here is the address to my web page which hasn't been updated for a year
or so, and it has a win sound related file that I put up...to make it easier
to understand using wave files in windows. The version of win32lib.e that
is there (in all the sample programs in fact) are so out of date that they
probably in NO way resemble David Cuny's current files. But...they should
be enouph to understand how it is done.
l8ter...
Monty in Oregon
(Eagerly working toward a Slackware Linux machine hopefully to be done
before Rob makes his announcment(which I am checking VERY often for))
>In Win32, how do you play
>WAV files? I've heard it done before, but have never .been able to find
>any code that incorporates WAV files. Any help on the >situation would be
>greatly appreciated.