MCalc v.05
Copyright (C) 2001, James Caple
All Rights Reserved

This directory contains the source code and Makefile to build a simple mortgage calculator
application for Palm devices.  This application was built on a RedHat Linux 6.2 Intel machine
using PRC-Tools 2.0-1.  It is a good resource for learning how to build Palm applications
on Linux using gcc - at least I think it is.  Let me know if you think otherwise :-)  The most
challenging part of this application was getting the floating point stuff right; it's still
not perfect, but it works!  I include fp.c, which I played around with a little for this
purpose, but did not use in the end.  I did not write fp.c, which you can undoubtedly tell
since it looks well written.

I received some feedback that Callbacks are no longer required for Prc-Tools 2.0 and greater.
I was also notified that my Makefile is less than ideal, so please take that into consideration
when looking through this stuff.  I need to clean it up still!

If you make improvements to this application, please consider sharing them with me (and others).  I'd
appreciate it.

See the HTML documentation for the app at http://patriot.net/~jcaple/mcalc.html.

This app. is distributed under the terms of the GPL, as outlined in gpl.txt (included
with this distribution).

Have fun!

James Caple
jcaple@patriot.net
