|
//=== File Prolog //=============================================================
// This code was developed for
NASA, Goddard Space Flight Center, Code 588 //
//--- Notes -------------------------------------------------------------------
//
//--- Development History -----------------------------------------------------
//
// 07/98 Thomas G. Grubb/588
//
// Initial version. //
//
//--- Warning -----------------------------------------------------------------
// This software is property
of the National Aeronautics and Space
// Administration. Unauthorized
use or duplication of this software is
// strictly prohibited. Authorized
users are subject to the following
// restrictions:
// * Neither the author, their
corporation, nor NASA is responsible for
// any consequence of the use
of this software.
// * The origin of this software
must not be misrepresented either by
// explicit claim or by omission.
// * Altered versions of this
software must be plainly marked as such.
// * This notice may not be removed
or altered.
// //=== End File Prolog =========================================================
Welcome! This package contains
the files for encapsulating CLIPS in Delphi (2/3/4,
unsure about version 1). You are welcome to modify,
use, or whatever as you like as long as you keep the
above prolog on every file you use/modify.
INSTALLATION INSTRUCTIONS Delphi
3/4 --------
Under Delphi 3/4, you will need
to install these components by installing the CLIPSEncapsulation
package. Make sure the Clips.DLL is in your path.
- Select the File|Open menu
item.
- Set the file type to Delphi
Package *.dpk.
- Navigate to the directory
where you installed the files
- Select the CLIPSEncapsulation.dpk
package and click Open.
- Click the Compile button
to compile the package
- Click the Install button
to install the TClips component
------------------------ LOADING
THE DEMO PROJECT ------------------------
There is a test project to show
you how to use the component
|