Sound on Pocket PC
Posted: Sun Aug 02, 2009 8:14 am
Hello all,
I would like to play a wav file to give different sounds for various purposes and to replace the PC sound which is not very "attractive".
I tried to use the following function:
But it doesn't seem to be supporrted as I get the following message:
Fmesure.obj : error LNK2001: unresolved external symbol HB_FUN_SNDPLAYSOUND
Can someone tell me how I can overcome this problem?
Many thanks in advance,
I would like to play a wav file to give different sounds for various purposes and to replace the PC sound which is not very "attractive".
I tried to use the following function:
Code: Select all
#define SND_SYNC 0
#define SND_ASYNC 1
SndPlaySound("\Start.wav",SND_ASYNC)
Fmesure.obj : error LNK2001: unresolved external symbol HB_FUN_SNDPLAYSOUND
Can someone tell me how I can overcome this problem?
Many thanks in advance,