know why?
Code: Select all
;/////////////////////////////////////////////////////////////////////////////////
;***COMate*** COM automation through iDispatch.
;*===========
;*
;*Sapi demo by ts-soft.
;/////////////////////////////////////////////////////////////////////////////////
IncludePath "..\"
XIncludeFile "COMatePLUS.pbi"
EnableExplicit
Define.COMateObject obj = COMate_CreateObject("SAPI.SpVoice")
If obj
obj\Invoke("Speak('PureBasic, feel the pure Power')")
obj\Release()
EndIf