ctacke/>
Sat Mar 12 00:59:03 CST 2005
As Alex said, SAPI is a COM interface. The CF doesn't support COM interop,
so an unmanaged wrapper would have to be written or purchased in order to
use it from managed code. There's no way around that.
-Chris
"Sidar" <Sidar@discussions.microsoft.com> wrote in message
news:B2818233-6AA6-43F3-8CE9-57F81A8027D2@microsoft.com...
> Do I have to use unmanaged Code for use of SAPI ? if I will use API's, am
> i
> not able to use it from the managed code by colling an API from dll?
>
> I want to use C# with speech recognition at CE. that's all the problem.
>
> "Alex Feinman [MVP]" wrote:
>
>> VS2003 and Compact Framerwork would not let you work directly with COM
>> objects. YOu would either need to write an unmanaged wrapper, or simply
>> use
>> eVC 4 as you development tool
>>
>> --
>> Alex Feinman
>> ---
>> Visit
http://www.opennetcf.org
>> "Sidar" <Sidar@discussions.microsoft.com> wrote in message
>> news:AF599315-4183-4915-B240-93FB9AD059CB@microsoft.com...
>> > We are developping a speech application at Windows CE. we want to
>> > develop
>> > our
>> > application using managed code and Visual studio.NET 2003 . What do I
>> > have
>> > to
>> > do to reach and test the speech functions on the emulator and of course
>> > on
>> > the image that I have built using platform builder 5.0?
>>
>>