This file explains how to use this donateware software.


WHAT IT IS
It's a program skeleton written in PocketC. The skeleton describes one way to build professional
applications in PocketC, with forms, database handling, menu' handling, and so on.
The source includes two modules (_PDAssiDrcCompute.c and _PDAssiDrcCompute.h) that the developer can 
simply include into his own sources to implement the Dynamic Registration Code provided by PDAssi.de;
this can be useful to release applications allowing PDAssi.de to create the DRC needed
from the buyer to unlock the trial version.


WHAT YOU FIND IN THE FILE
There are come files:

_PDAssiDrcCompute.c		// The source containing PDAssi.de's RPN calculation
_PDAssiDrcCompute.h		// Include file needed from _PDAssiDrcCompute.c
				
_PDAssiDrcMain.c		// The program skeleton: this is the main program,
_PDAssiDrcIncl.h		// Some local includes,
_PDAssiDrcFrms.c		// Forms handling (I use Mario's Schlesinger CControls.c)
_PDAssiDrcMtds.c		// Event handling triggered by the forms
_PDAssiDrcFnct.c		// Local program functions.

...and all their .pdb 'doc' versions.
				
				
_PDAssiDrc.pdb			// The program compiled via PocketC (that needs runtime)

 PDAssiDRCTest.xls		// Some examples useful to check RPN handling


INSTALLATION
Simply copy _PDAssiDrc.pdb on your Palm and run it (you must have PocketC runtime or compiler) or copy all sources (in .pdb format) and compile PDAssiDRCMain.c. 
On the first run, the application generates one predefined entry in the RPN table and one entry in the CDUI table.
From the main screen you can:

. Configure the tables (CDUI and RPN) via the "Settings" button adding your elements
. Generate the DRC via the "Calculate DRC" button

Inspect the code to obtain more information.


SUPPORT
I can't assure that every e-mail sent to giorgio.palandri@poste.it will have reply, but I look
forward to read all e-mail.

Have fun,
Giorgio
