Hi -
<Disclaimer> *I am not using Windows CE.NET SAPI* nor a recognition engine
supporting SAPI. I am using a 3rd party product. My information comes from
the investigations I was doing several months ago and my experience with
desktop ASR APIs. <\Disclaimer>
What devices will you be deploying this to? Is SAPI.DLL on the device
itself? (\WINDOWS\SAPI.DLL) Most PPC devices do not ship with it and it is
not the same as the desktop SAPI.DLL.
If it is, you need to determine whether you will write the bulk of your code
in C/C++ or C#. If it is in C#, you need to look at the articles on
P/Invoke. You also need to determine how you will handle callbacks, which
are required by SAPI and not supported by .NET CF. Mr Feinman has done some
incredible work to provide a potential solution and the archives here have a
link to his website.
Could you please tell me how I can invoke the native calls? Any resource I
can read?
You can start with MSDN:
http://msdn.microsoft.com/library/d...ry/en-us/wcesapi/html/ceconsapi50overview.asp
Tx,
- K.
Vish said:
Hello Kevin,
Thank you so much for the reply...
I actually tried adding a reference to sapi.dll by going to the Project
tab and browsing for the dll rather than from the .NET tab (which does not
show the dll) in the Add Reference dialog box, but it won't allow me to add
it!!