WARNING:

Many people have reported problems getting this stuff to work. I do NOT hqave or use Delphi and this is here for those that do. What follows is ALL the documentation I have on this. If YOU manage to get it working and feel like sahring this information with others, please send me the details and I will post them.
 

Note!

You must have JavaScript enabled for these web pages to function properly.

Notes:

//=== 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.

  1. Select the File|Open menu item.
  2. Set the file type to Delphi Package *.dpk.
  3. Navigate to the directory where you installed the files
  4. Select the CLIPSEncapsulation.dpk package and click Open.
  5. Click the Compile button to compile the package
  6. 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