ACGI++ Class Hierarchy v1.3
===========================

This is the freeware release of the class hierarchy.  Provided
to you are the header files in the /include directory and
statis library files for Visual C++ 4.x and Borland C++ 4.x.

Since this is the free version, technical support,
extended documentation, help files, examples, and source
code are not provided.  Essentially what you see is what
you get.

The samples provided should help you get started.

This freeware product is not to be used for any commercial
purpose.  It is only provided for evaluation purpose.
If you find this product useful, please purchase the release
version which will contain the full HTML help, extended
documentation, extended sample code, and e-mail based
technical support. 

This product is property of Quasit Technologies, Inc. and any use
of it implies agreement of the terms.

Please visit the homepage for help:
-----------------------------------
http://www.serve.com/adc/acgi

For futher assistance e-mail at:
--------------------------------
adc@mail.serve.com



Pricing
=======

Extended package
----------------
 Compilers
 ---------
 Visual C++ 4.x
 Borland C++ 4.x
  
 Price
 -----
 99.00$US

 Features
 --------
 Extensive CGI source code
 Online HTML help
 Supporting technical documentation
 Static LIBs
 E-Mail support for setting up

Full Release
-------------
 Compilers
 ---------
 Visual C++ 4.x
 Borland C++ 4.x
 GNU C++ 2.6.0 or better
 Other ANSI 2.0 compliant C++ compilers 
 
 Price
 -----
 249.00$US

 Features
 --------
 Full C++ source code
 Extended debugging support
 Many sample CGIs
 Online HTML help
 Supporting technical documentation
 A working message board CGI
 A working X11 bitmap hit counter CGI
 Technical E-Mail support




To purchase a copy 
==================
Please send check or MO to:

Quasit Technologies, Inc.
295 Greenwich Street
Suite 244
New York, NY  10007

Upon reception of your check/MO you will be emailed your package.

Feel free to email us for more information or details:
adc@mail.serve.com



How to setup your first CGI project
===================================
Visual C++ 4.x
--------------
1. Create a new Win32 Console application
2. Settings::C/C++ - Enable RTTI
3. Settings::Preprocessor - Add path to the includes
4. Insert File into project: vc_acgi.lib
5. Create a new file
6. Add to you new file '#include "a_acgi.h"'
7. Insert your file to the project
8. Start development

Borland C++ 4.x
---------------
1. Create a new Win32 Console application
2. Modify local settings: Add the include directory
3. Add node: bc_acgi.lib
4. Create a new file
5. Add to you new file '#include "a_acgi.h"'
6. Add you file to the project
7. Start development




About the samples
=================
HTML_EX.CPP - Basic template to help you generate dynamic HTML

CGI_EX.CPP - Basic CGI to do a dump of all form submissions and envirinment variables
CGI_EX.HTM - HTML page used to call CGI_EX

FORM_EX.CPP - Self calling version of CGI_EX.CPP with some basic form item processing

X11_EX.CPP - Demonstrates how a simple X11 bitmap can be generated

