Hi,
Does TONE() work on WinCE for anyone? (dosn't work for me)
how about PlaySound()
this is what i have in test.prg
-----------------------
Proc main()
PLAYSOUND( ".\SOUND_OK.WAV")
#PRAGMA BEGINDUMP
#include <windows.h>
#include <mmsystem.h>
#include <hbapi.h>
HB_FUNC( PLAYSOUND )
{
hb_retl( PlaySound( hb_parc(1), NULL,SND_ASYNC | SND_FILENAME ) );
}
#PRAGMA ENDDUMP
----------------------
warning: passing argument 1 of 'PlaySound' from incompatible pointer type
--
View this message in context:
http://n2.nabble.com/Wince-Tone-or-PlaySound-tp4072493p4072493.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour