I am trying to use the playsound function i have the code
PlaySound(L"C:\Documents and Settings\Louisa\My Documents\Visual Studio 2010\Projects\Ninja_Wars\Ninja_Wars\music.wav",NULL,SND_FILENAME|SND_ASYNC | SND_LOOP);
Sint32 delta;
But when i play the game all i hear is a beeping sound- the one windows has when there is an error or something. Can anyone help me as to why this is happening?