Drvthru and Eticket message boxes do not speak or listen in Delphi 5
Last reviewed: 6/10/2000
PRB Article ID: P060004
The information in this article applies to:
- SpeechKit 2.1.1
Symptoms
When running the Drvthru and Eticket samples, the message box prompts do not synthesize the text nor do they respond to spoken input in Delphi 5.
Cause
The nullArray declaration is incorrect. It should be nullArray: array[0..0] of PAnsiChar;
Status
Fixed in SpeechKit 2.1.2.