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 Expand view RUN
#define SND_SYNC 0
#define SND_ASYNC 1
SndPlaySound("\Start.wav",SND_ASYNC)
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,