|
A Sample Pen Application
This chapter describes a simple pen-based application called PENAPP that
demonstrates some of the programming techniques covered in the previous chapters.
The source code in this chapter is fragmentary, illustrating only the most
interesting parts of the application. For the complete source listing, see the file
PENAPP.C in the Microsoft Win32 Software Development Kit, in the
SAMPLES\PEN\PENAPP directory.
PENAPP uses the sample recognizer SREC, described in the next chapter,
"Writing a Recognizer." The source files for SREC also reside in the SAMPLES
directory. To see PENAPP in action, you must first build both PENAPP.EXE and SREC.DLL
using the supplied makefiles. Place the SREC.DLL file in your Windows directory
or in a directory on the PATH list before running PENAPP.
The SAMPLES\PEN directory also provides source code for other sample pen-based
applications. All code is commented, demonstrating different approaches to
different issues.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|