wm_snd.h

Hi,
I am very new to wavecom.
My waveless cpu firmware was upgraded to R71a01gg inorder to run on OS v6.02, eclipse ide environment.
I trying to play the melody with code:
u16 MyMelody [] =
{
WM_SND_E1 | WM_SND_QUAVER ,
WM_SND_F1 | WM_SND_MBLACK ,
WM_SND_G6S | WM_SND_QUAVER ,
WM_SND_D5S | WM_SND_MSHORT
};
"
"
wm_sndMelodyPlay(1, MyMelody, 300, 3, 1);

However seems like this OS 6 version unable to locate the wm_sndMelodyPlay(). It works well in OS ver 4. Can anyone help me? Did I miss out some important files?

Thanks

What makes you say that?

Post the exact text of the message you get: use copy & paste - don’t manually re-type it.

Also remember to use the ‘Code’ button for formatting source code…