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,