how to save mp3 from resource to temp directory TResourceStream* mp3= new TResourceStream((unsigned int)HInstance,"mp3",RT_RCDATA); mp3->SaveToFile("afrika.mp3"); / I want to save in temp mp3->free; thank you
↧
how to save mp3 from resource to temp directory TResourceStream* mp3= new TResourceStream((unsigned int)HInstance,"mp3",RT_RCDATA); mp3->SaveToFile("afrika.mp3"); / I want to save in temp mp3->free; thank you