> Hi,
> your problem might be here:
> if((veri = SDL_RWFromZZIP("demoDATA/music.wav", "r")) == NULL){
> printf("ERROR: %\n",SDL_GetError()); /* should be "ERROR: %s\n" */
> exit(2);
> }
You probably also need to open the wave file with mode "rb"
See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment