Page 1 of 1

Sapi.SPVoice

Posted: Mon Nov 07, 2011 7:19 pm
by Jack
This code works with xp but not with win7

#include "fivewin.ch"

function main()

local oVoice := tOleAuto():New( "Sapi.SPVoice" )
local SSFMCreateForWrite := 3
oVoice:Speak( "Good morning ! Welcome to the LTCG." )

return .T.

how to solve it ??