In my application I have a sound "Ring" which sounds at times. {$R *.DFM} {$R sounds.res}
PlaySound( PChar('RING') , 0, SND_RESOURCE or Snd_Async) ; But I must know the name of the wav file that is in the resource. In fact I know it because I did it the file: I wrote in the rc file: RING WAVE "ringin.wav" The question is: If I remove the line "$ (R) sounds.res" and put the sounds in an external dll... Could I get a list of the wav file into the dll? Thanks for readme