TROGDOR has asked for the wisdom of the Perl Monks concerning the following question:
It barfs on the CreateRecoContext.use Win32::OLE; use Win32::OLE::Const ("Microsoft Speech Object Library"); my $recognizer = Win32::OLE->new('SAPI.SpSharedRecognizer'); my $recoctxt = $recognizer->CreateRecoContext();
Can anyone point me to a perl SAPI 5.1 example? Or offer suggestions or a tutorial page on how to transpose MS C++ API code into something that Win32::OLE can recognize?Win32::OLE(0.1403) error 0x80040154: "Class not registered" in METHOD/PROPERTYGET "CreateRecoContext" at speech.pl line 11
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Code example for perl speech recognition using SAPI 5.1 and Win32::OLE?
by Jouke (Curate) on Nov 24, 2004 at 12:02 UTC | |
by Anonymous Monk on Apr 05, 2005 at 16:02 UTC | |
by Jouke (Curate) on Apr 24, 2005 at 10:17 UTC | |
by Anonymous Monk on Apr 20, 2010 at 00:30 UTC |