I'm trying to play a .wav file which is stored as a resource.
Searching over the Internet, there seems to be two ways.
One uses PlaySound(resourcename,0,SND_RESOURCE or SND_NODEFAULT), which seems real easy.
The other uses SndPlaySound and involves finding, locking and freeing the resource...