MciSendStr()
Posted: Sat Jul 21, 2007 12:10 am
Hi.
I'm trying to implement voice recording and playback. Using something like this:
I get error 263 on nResult every single time for all MCI commands.
Can someone help?
Is there some fw + xharbour implementation or class available for voice recording and playback?
Thank you,
Reinaldo.
I'm trying to implement voice recording and playback. Using something like this:
Code: Select all
::cCmnd := "Record RecWavFile"
if ( nResult := MciSendStr( ::cCmnd, @::cResult ) ) > 0
MsgStop( "MCI Error " + ::cResult, cValToChar( nResult ) )
Endif
Can someone help?
Is there some fw + xharbour implementation or class available for voice recording and playback?
Thank you,
Reinaldo.