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 ??