

       Netica API Programmer's Library, version 1.02,

       DOS static library for Borland C/C++ 4.5



LICENSE AGREEMENT
-----------------

Before using Netica, make sure you accept the license agreement,
which is included with this package.
If not, return Netica unused for a refund.


INSTALLATION
------------

To install, simply copy the files on the floppy disk to the hard drive
directory of your choice (usually a new one is best).

It is best to first get the example project working.
Start Borland C/C++, and choose Open from the Project menu.
Open DemoDOS.ide (located on the directory where you installed it).

Choose "Build All" from the Project menu.  It will compile and link the 
required files, and make DEMODOS.EXE.  Then switch to DOS and run
DEMODOS.  If you don't get any errors, then your installation was 
probably succesful (there may be a few compile warnings).

If you have Borland C/C++ installed on a directory other than "\BC45",
or on a drive different from the Netica installation, it will not be able
to find the required library and header files, so you will have to choose
Project from the Options menu, click on the Directories topic, and set the
directories appropriately (you may want to include a drive letter like C:
in front of some of them).

Once you have the example program running, you can duplicate the
"DemoDOS" project (remember to duplicate DEMODOS.IDE and DEMODOS.DSW),
replace DEMO.C with your own source files, and you are ready to build
your own application.

Alternately, you can simply include NETDOS.LIB in your own project.
In that case you must be careful that none of your compiler or linker options
are incompatible with NETDOS.LIB, which was built using the same options as 
the "DemoDOS" project, and includes the standard runtime library.


LICENSE PASSWORD
----------------

In your own software, you should use the license password provided to you
by email, or on your invoice.  If you just use NULL, as in the "DemoDOS"
project, Netica will only operate in a demonstration mode.


FUTURE VERSIONS
---------------

Your purchase price includes all version 1.xx releases of Netica (for your
chosen operating system), so your license password will work on all of them.  
If you are downloading Netica, then you can simply download the new versions
as they appear.
If Netica was mailed to you, then you will receive mailings of selected
new versions.  Additional mailings can be purchased from Norsys.


SPECIAL BUILDS
--------------

Versions of the Netica library built with different options may be purchased
from Norsys.  For example, you may want a version that accesses the floating
point coprocessor directly instead of going through the operating system,
which will usually run much faster, but will fail on incompatible machines.


PROBLEMS
--------

If you have problems, contact Norsys at:    info_norsys@norsys.com


Norsys Software Corp.        http://www.norsys.com











