Application Internal Error - d:\fwh\samples\speak.exe
Terminated at: 2013.08.18 11:19:49
Unrecoverable error 6005: Exception error:
Windows 7 64 bits, FWH 13.07, Borland C 582, Harbour_bcc582_20130617
Code: Select all
#include "FiveWin.ch"
function Main()
local oVoice := TOleAuto():New( "Sapi.SPVoice" )
oVoice:Speak( "Hi there!" )
* oVoice:Speak( "texto.txt", 4 ) // 4 significa que es un fichero externo
oVoice= nil
return nil