Hi all,
What may be the cause of function sndPlaySound to fail. The speaker is functioning correctly.
Environment: windows xp, clip52 fw24
Thanks,
Jose
#include "FiveWin.ch"
function Main()
SndPlaySound( "test.wav", 0 )
return nil
DLL FUNCTION SndPlaySound( cFile AS LPSTR, nType AS WORD ) AS BOOL PASCAL LIB "MMSYSTEM.DLL"
#include "FiveWin.ch"
function Main()
SndPlaySound( "startup.wav", 0 )
return nil
DLL FUNCTION SndPlaySound( cFile AS LPSTR, nType AS WORD ) AS BOOL PASCAL LIB "MMSYSTEM.DLL"
Return to FiveWin for CA-Clipper
Users browsing this forum: No registered users and 7 guests