Hi
The original TTS Example compiles and runs okay using TTS V1.0. When I try to include TTS in my own app using the example as a model, I get the compiler error "Input string was not in a correct format." on the line where I call TSS1.Speak; e.g.
Dim S as String
S = "Welcome!"
TSS1.Speak(S, True)
That is the ONLY error information and I don't know what it means. I tried, as in the example, adding an EditText view and setting similar properties to the example then some text, then feeding this to TSS1.Speak like the example does but this gives the same error.