README of PalmCounter v0.1.3


Compiling:
----------

You need gcc for PalmOS 0.5.0 or later with appropiate PalmOS header files
and pilrc 2.0 or later in order to compile this program. Actually older
version could work but these are what I'm using.

To build the program do the following steps:

1) edit Makefile to suit your system
   If you want to create a debugging version,
   follow the comments in the Makefile.

2) make

That should do the trick.

Using the program:
------------------

Install pcount.prc on your Pilot. It _should_ work on any version but I
testet it only on my PalmIII.

You can set the values of the counters simply by tapping in the fields and
entering a new value. By tapping on the UP/DOWN arrows you can
increase/decrease the counter by the configured value.
The stepping of the counters and their names can be configured by selecting
"Options..." from the menu.
In the options dialog you can tap on the counter name to thange it and use
the list to change the stepping (Select "More..." for custom values.). You
can also change what counter will be connected tothe harware scrolling
buttons using the four checkboxes in the bottom half.
The program shoul be quite intuitive.

Send bug reports and/or patches to bodo@bellut.net

Copying/Warranty
----------------
 Copyright (C) 1998 Bodo Bellut

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

Read the file COPYING for details.
