[EMAIL PROTECTED] wrote:
Joao Morais wrote:
  s := 'hello world';
  vsound.speak(s);

speaks using a literal but says randomic words (sometimes says nothing) using a variable. Is there something that I am missing?

You should use a variable of type WideString:
VAR
 S: WideString;
....
And all will be good

Discovered this issue some minutes ago =) Thank you!

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to