SREC: Illustrates a Custom Pen Recognizer

SREC is a skeleton program that contains the minimum functionality for a sample recognizer. A recognizer is a dynamic link library (DLL) loaded at run time by a pen-aware application. The SREC recognizer is used by the PENAPP sample application.

SREC inputs a single stroke of data points and calculates the nearest compass direction of the line formed by the beginning and ending points of the stroke. SREC then fills out the symbol graph using the following special codes:

> syvEast: right

> syvSouth: down

> syvWest: left

> syvNorth: up

> syvDot: point

SREC was built and tested under Microsoft(R) Windows(TM) version 3.1. The program requires PENWIN.DLL, which can be found in both Microsoft Windows for Pen Computing and the Microsoft Windows version 3.1 Software Development Kit (SDK).

{ewc navigate.dll, ewbutton, /Bcodeview /T"Click to open or copy files in the srec project." /C"samples}