Playing a WAV from a resource.
September 24, 1997
Author: Embarcadero USA
Question and Answer Database
FAQ498C.txt Playing a WAV from a resource.
Category :Windows API
Platform :All
Product :C++Builder 1.x
Question:
How do I play a sound from a resource?
Answer:
We haven't been able to get the SND_RESOURCE flag to work, however
you _can_ load up the resource into memory and then use the
SND_MEMORY flag. Follow these easy…