Hi,
I've made a console Pong game. I've added some sounds but the sounds are about 10 external .wav sounds. It seems a bit like a mess when I send the game to somebody, and it's not really user friendly. I want these sounds to be included IN the .exe file or in a kind of package.
I've been trying with resources but the only results were errors :confused:
I'm using Dev C++ and OS is Windows Vista.
Hope you can help me