Embed file in Application
I am trying to make my application to play sound. I know there is a PlaySound() function which can easily accomplish it. However, I realized that this method requires a music file to exist on the computer.
I am wondering if it is possible to embed the music file into an application, so I don't need the music file to be on the computer to play sound?
Any suggestion is appreciated!

