 PENAPP: Illustrates a Custom Pen Recognizer

 PENAPP 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 PENAPP sample application uses the 
 SREC recognizer. PENAPP requires PENWIN.DLL contained in 
 either Microsoft Windows for Pen Computing or the Microsoft 
 Windows Software Development Kit version 3.1.

 PENAPP 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. PENAPP then 
 fills out the symbol graph using the following special 
 codes:

 >  syvEast: right

 >  syvSouth: down

 >  syvWest: left

 >  syvNorth: up

 >  syvDot: point

 PENAPP was built and tested under Microsoft(R) Windows(TM) 
 version 3.1.
