What should I do to uninitialize .NET SpeechRecognizer?

Posted by manuel on Stack Overflow See other posts from Stack Overflow or by manuel
Published on 2010-04-14T08:39:44Z Indexed on 2010/04/14 8:43 UTC
Read the original article Hit count: 291

Filed under:
|

The speech recognizer object is declared as SpeechRecognizer^ sre = new SpeechRecognizer();

But I can't close the application properly when I want to. I tried using delete sre; but it didn't make any difference.

© Stack Overflow or respective owner

Related posts about speech-recognition

Related posts about .NET