CConverter 1.1.0 
by Chris Cason
Copyright 2002
chrisophus@yahoo.com

Use this simple program to generate a memo for use with PocketC/Pocket Toolbox Library 7.0 dynamic forms. CConverter uses the databases created with CEditor to create the memo. This application requires Pocket Toolbox Library 7.0 to run.  This application also requires the PocketC runtime, but it will be most useful with the PocketC compiler.  This release includes the source code.  Feel free to modify or enhance CConverter for your own use.  If you make improvements, you can send me the changes and I might incorporate them into the next release.  I would also appreciate an e-mail if you use CConverter to create a useful application.

Files included in this distribution:
CConverter.prc	The CConverter application program
readme.txt	This file (documentation)
license.txt	The GPL license for the source code

Source:
I compiled this source using both the Desktop and Palm versions of PocketC.  I used PocketC V4.3.  You will also need PToolboxlib.lib (for Desktop) and Fctl.h (both) which come with the Pocket Toolbox Library.
CConverter.pc	Main - init controls and message loop
CConverter.c	Generates the memo
CConverter.h	Help functions and #define's
CConvertertest.c Runs the Form in Test mode
Fctlstyles.h	Defines some commonly used modes for library calls

Contact:
Please send all suggestions, comments, and bug reports to Chris Cason at chrisophus@yahoo.com.  

Registration:
This program is freeware.  Please send me an email if you find the program useful.

Legal:
See license.txt

Version History:
1.1.0	03/29/2002 Second release, added "Test Form" capability.  Release source code under GPL.
1.0.0	08/14/2000 Initial release, freeware

Acknowledgments:
CConverter is written in PocketC, an excellent compiler by Jeremy Dewey.  Thanks to Joseph Stadolnik for providing the Pocket Toolbox Library.  This library is a great add-on providing many useful functions.  The latest version greatly improves PocketC GUI capabilites. Thanks to Mario Schlesinger for providing CEditor.  This programs makes GUI design and layout much easier.
