I'm working on a PocketPC 2002 app that needs to collect handwritten
user input and convert it to text; very much like the way "Notes" app
converts handwritten input via the "Recognize" menu command.

I've reviewed the (pitiful) RichInk and InkX API docs, inspected the
header files, read through dozens of RichInk/InkX posts, scoured the
MS knowledge base, and used CESpy the try to find the right
combination of messages, all to no avail.

Anyone have any tips or hints on how to do this?

Thanks -- Steve

Re: RIchInk / InkX Handwriting "Recognize" Functionality by Rob

Rob
Thu Dec 11 14:52:56 CST 2003

Apparently the richink.h that ships with the PPC SDK is incomplete. Here's
a related newsgroup posting that will help you:

http://groups.google.com/groups?q=em_convert&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=uGWz2KW9AHA.1884%40tkmsftngp05&rnum=2

--
Rob Elmer
Mobile Devices Product Group
This posting is provided "AS IS" with no warranties, and confers no rights.


"SteveV" <StevenVibert@hotmail.com> wrote in message
news:e04c94a.0312110533.6d6bb36e@posting.google.com...
> I'm working on a PocketPC 2002 app that needs to collect handwritten
> user input and convert it to text; very much like the way "Notes" app
> converts handwritten input via the "Recognize" menu command.
>
> I've reviewed the (pitiful) RichInk and InkX API docs, inspected the
> header files, read through dozens of RichInk/InkX posts, scoured the
> MS knowledge base, and used CESpy the try to find the right
> combination of messages, all to no avail.
>
> Anyone have any tips or hints on how to do this?
>
> Thanks -- Steve



Re: RIchInk / InkX Handwriting "Recognize" Functionality by StevenVibert

StevenVibert
Fri Dec 12 07:39:02 CST 2003

"Rob Elmer [MSFT]" <robelmer@online.microsoft.com> wrote in message news:<OwqCDjCwDHA.1512@TK2MSFTNGP10.phx.gbl>...
> Apparently the richink.h that ships with the PPC SDK is incomplete. Here's
> a related newsgroup posting that will help you:
>
> http://groups.google.com/groups?q=em_convert&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=uGWz2KW9AHA.1884%40tkmsftngp05&rnum=2
>
> --
> Rob Elmer
> Mobile Devices Product Group
> This posting is provided "AS IS" with no warranties, and confers no rights.


Thanks. I've downloaded the Palm PC SDK and did indeed find a more
complete richink.h file. I'll post again with results.

Steve Vibert